asiaint-lowcode 3.1.80 → 3.1.84

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.
Files changed (45) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +125 -125
  4. package/dist/index.d.ts +1 -1
  5. package/dist/lazy/{Card-DvNcOnva.js → Card-BFUokup_.js} +2 -2
  6. package/dist/lazy/{Cascader-Bjlpixno.js → Cascader-CZzFVn2b.js} +1 -1
  7. package/dist/lazy/{Checkbox-DmdFXms9.js → Checkbox-DTRlFiX7.js} +2 -2
  8. package/dist/lazy/{Collapse-CKn_TSCm.js → Collapse-B4eV4bPX.js} +1 -1
  9. package/dist/lazy/Component-BwgjFzRw.js +190 -0
  10. package/dist/lazy/{Component-Df5UhbXK.js → Component-DBDxC3bJ.js} +28 -29
  11. package/dist/lazy/{Component-CPr0AdO_.js → Component-DU2p72lO.js} +1 -1
  12. package/dist/lazy/{Component-CBmOD4ec.js → Component-DdDAnfCO.js} +2 -2
  13. package/dist/lazy/{Component-Fi_73_-E.js → Component-DiNukMBD.js} +1 -1
  14. package/dist/lazy/{Component-oAfe3o5H.js → Component-IdWNXrrg.js} +2 -2
  15. package/dist/lazy/{CurdCard-DUjCziiN.js → CurdCard-DGWEGh09.js} +2 -2
  16. package/dist/lazy/Custom-4W1qiWut.js +26 -0
  17. package/dist/lazy/{DatePicker-ZaxxwMFv.js → DatePicker-CsbYtE8n.js} +1 -1
  18. package/dist/lazy/{DragList-Cqsjxhhv.js → DragList-ByZA1yh_.js} +13 -13
  19. package/dist/lazy/FilterSearch-BBlCrsIv.js +149 -0
  20. package/dist/lazy/{FloatCurd-BIXVPS7j.js → FloatCurd-DotoAxI4.js} +9 -9
  21. package/dist/lazy/{FormList-JQWq4sse.js → FormList-CHt7ydWx.js} +1 -1
  22. package/dist/lazy/{Grid-Llh8kPEp.js → Grid-FhXcS4qm.js} +1 -1
  23. package/dist/lazy/{InfiniteScroll-DojLJYzr.js → InfiniteScroll-C5eT3gAh.js} +4 -4
  24. package/dist/lazy/{Inline-DAI3cqXX.js → Inline-B2OcerX4.js} +3 -3
  25. package/dist/lazy/{JsonEdit-SRlm3aHt.js → JsonEdit-CX9YW345.js} +3 -3
  26. package/dist/lazy/{LogList-CwBDKU7Q.js → LogList-GPYWUphW.js} +7 -7
  27. package/dist/lazy/{ObjGroup-Duu9T85w.js → ObjGroup-CClw5oHe.js} +1 -1
  28. package/dist/lazy/{OfferDetails-CYoXlNAr.js → OfferDetails-Biq2BM1w.js} +2 -2
  29. package/dist/lazy/{Pagination-B4g7jndy.js → Pagination-DYqz_Avf.js} +4 -4
  30. package/dist/lazy/{Progress-DqKxwb6x.js → Progress-DLOBlgWL.js} +15 -15
  31. package/dist/lazy/{Radio-BvIYa6PJ.js → Radio-CjJOFY1b.js} +3 -3
  32. package/dist/lazy/{SearchSelect-Cwtb2cHo.js → SearchSelect-DiqCeF7s.js} +6 -6
  33. package/dist/lazy/{Select-BJ7EBQUB.js → Select-bD3Qs-DX.js} +2 -2
  34. package/dist/lazy/{Table-VAh_fX9B.js → Table-DMilpo0t.js} +2 -2
  35. package/dist/lazy/{Tabs-A7MXXGsY.js → Tabs-Cva4fuaz.js} +11 -11
  36. package/dist/lazy/{TextArea-QqypbQfK.js → TextArea-B15bhbqV.js} +2 -2
  37. package/dist/lazy/{Wrapper-DJyo8r91.js → Wrapper-XYuj-tFV.js} +2 -2
  38. package/dist/lazy/{index-BT8ieeBh.js → index-B8_pseN5.js} +1250 -1251
  39. package/dist/lazy/{useSelect-rPigIPV0.js → useSelect-BNm4EV-Y.js} +1 -1
  40. package/dist/style.css +2 -2
  41. package/global.d.ts +10 -10
  42. package/package.json +36 -36
  43. package/dist/lazy/Component-R7RtZJSh.js +0 -164
  44. package/dist/lazy/Custom-BAFCr78G.js +0 -26
  45. package/dist/lazy/FilterSearch-BPxPu2FL.js +0 -128
package/dist/index.d.ts CHANGED
@@ -65,7 +65,7 @@ setFieldValue: (key: string, realValue: any, value?: any) => void;
65
65
  getFieldValue: (key: string) => any;
66
66
  refreshDynamicListBox: (key: string) => void;
67
67
  setHidden: (value: boolean) => void;
68
- clearValidate: (name: string | string[]) => void;
68
+ clearValidate: (name?: string | string[]) => void;
69
69
  rootRef: unknown;
70
70
  type: "form";
71
71
  schema: FormSchema;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as P, watch as N, ref as B, inject as $, resolveComponent as k, openBlock as a, createBlock as f, mergeProps as V, withCtx as y, createElementVNode as i, normalizeClass as h, createElementBlock as t, createVNode as r, unref as C, createCommentVNode as d, toDisplayString as F, Fragment as b, renderList as z, withDirectives as D, vShow as j } from "vue";
2
- import { u as H, a as L, I as m, b as T, B as R, f as q, _ as A } from "./index-BT8ieeBh.js";
2
+ import { u as H, a as L, I as m, b as T, B as R, f as q, _ as A } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const G = {
5
5
  key: 3,
@@ -169,7 +169,7 @@ funcName: ${e}`);
169
169
  }, 16, ["class"]));
170
170
  };
171
171
  }
172
- }), X = /* @__PURE__ */ A(O, [["__scopeId", "data-v-33507fb9"]]);
172
+ }), X = /* @__PURE__ */ A(O, [["__scopeId", "data-v-424bfd08"]]);
173
173
  export {
174
174
  X as default
175
175
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, mergeModels as g, useModel as h, inject as r, resolveComponent as C, openBlock as v, createBlock as y, mergeProps as M, unref as d } from "vue";
2
2
  import "element-plus";
3
- import { u as b } from "./useSelect-rPigIPV0.js";
3
+ import { u as b } from "./useSelect-BNm4EV-Y.js";
4
4
  const k = /* @__PURE__ */ f({
5
5
  __name: "Cascader",
6
6
  props: /* @__PURE__ */ g({
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as F, mergeModels as D, useModel as I, watch as O, resolveComponent as d, resolveDirective as P, unref as a, openBlock as l, createElementBlock as i, toDisplayString as S, withDirectives as $, createBlock as s, mergeProps as j, withCtx as h, Fragment as f, renderList as v, createCommentVNode as g } from "vue";
2
2
  import "element-plus";
3
- import { u as E, c as L } from "./index-BT8ieeBh.js";
4
- import { u as N } from "./useSelect-rPigIPV0.js";
3
+ import { u as E, c as L } from "./index-B8_pseN5.js";
4
+ import { u as N } from "./useSelect-BNm4EV-Y.js";
5
5
  const R = { key: 0 }, H = /* @__PURE__ */ F({
6
6
  __name: "Checkbox",
7
7
  props: /* @__PURE__ */ D({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as u, ref as f, onMounted as _, watch as h, resolveComponent as c, openBlock as o, createBlock as i, mergeProps as C, withCtx as r, createElementBlock as E, Fragment as k, renderList as v, createVNode as m, unref as V } from "vue";
2
- import { b as y } from "./index-BT8ieeBh.js";
2
+ import { b as y } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  import { _ as B } from "./Title.vue_vue_type_script_setup_true_lang-Ceco_9-w.js";
5
5
  const b = /* @__PURE__ */ u({
@@ -0,0 +1,190 @@
1
+ import { defineComponent as $, mergeModels as z, useModel as E, ref as I, resolveComponent as B, openBlock as o, createElementBlock as t, Fragment as d, createVNode as c, normalizeClass as L, createSlots as N, withCtx as g, createTextVNode as h, createElementVNode as s, createBlock as f, toDisplayString as u, createCommentVNode as m, unref as O, renderList as T } from "vue";
2
+ import { genFileId as R, ElMessage as j, ElMessageBox as P } from "element-plus";
3
+ import { c as q, I as p, a as A, _ as G } from "./index-B8_pseN5.js";
4
+ const H = {
5
+ key: 0,
6
+ class: "smallDragStyle-text"
7
+ }, J = { class: "el-upload__tip" }, K = {
8
+ key: 0,
9
+ class: "upload-bottom-part"
10
+ }, Q = {
11
+ key: 0,
12
+ class: "small-file-list-wrapper"
13
+ }, W = { class: "file-item-name" }, X = { class: "file-list-wrapper" }, Y = ["title"], Z = /* @__PURE__ */ $({
14
+ __name: "Component",
15
+ props: /* @__PURE__ */ z({
16
+ action: {},
17
+ multiple: { type: Boolean },
18
+ btnText: { default: "点击上传" },
19
+ tip: {},
20
+ limit: {},
21
+ drag: { type: Boolean },
22
+ name: { default: "file" },
23
+ listType: { default: "text" },
24
+ attachmentTitle: {},
25
+ showFileList: { type: Boolean, default: !0 },
26
+ autoUpload: { type: Boolean },
27
+ beforeUpload: {},
28
+ isOnlyOne: { type: Boolean, default: !1 },
29
+ onChange: {},
30
+ smallDragStyle: { type: Boolean },
31
+ clearable: { type: Boolean, default: !0 }
32
+ }, {
33
+ modelValue: {
34
+ default: () => []
35
+ },
36
+ modelModifiers: {}
37
+ }),
38
+ emits: ["update:modelValue"],
39
+ setup(v) {
40
+ const n = v, r = E(v, "modelValue"), { ruleModule: k, pageMethodMap: b } = q(), w = (e) => {
41
+ if (n.beforeUpload)
42
+ try {
43
+ return k[n.beforeUpload](b, e);
44
+ } catch (l) {
45
+ console.error(l);
46
+ }
47
+ return !0;
48
+ }, D = (e, l) => {
49
+ if (n.onChange)
50
+ try {
51
+ k[n.onChange](b, e, l);
52
+ } catch (i) {
53
+ console.error(i);
54
+ }
55
+ }, C = (e) => {
56
+ const l = r.value.findIndex((i) => i.uid === e.uid);
57
+ l !== -1 && r.value.splice(l, 1);
58
+ }, S = (e, l) => {
59
+ console.log(e, l);
60
+ }, _ = (e) => {
61
+ console.log(e);
62
+ }, y = I(), M = (e, l) => {
63
+ if (n.isOnlyOne && n.limit === 1) {
64
+ y.value.clearFiles();
65
+ const i = e[0];
66
+ i.uid = R(), y.value.handleStart(i);
67
+ } else
68
+ j.warning(
69
+ `The limit is ${n.limit}, you selected ${e.length} files this time, add up to ${e.length + l.length} totally`
70
+ );
71
+ }, U = (e, l) => n.beforeUpload ? !1 : P.confirm(`Cancel the transfer of ${e.name} ?`).then(
72
+ () => !0,
73
+ () => !1
74
+ );
75
+ return (e, l) => {
76
+ const i = B("el-button"), F = B("el-upload");
77
+ return o(), t(d, null, [
78
+ c(F, {
79
+ "file-list": r.value,
80
+ "onUpdate:fileList": l[0] || (l[0] = (a) => r.value = a),
81
+ action: e.action,
82
+ multiple: e.multiple,
83
+ limit: e.limit,
84
+ drag: e.drag,
85
+ name: e.name,
86
+ listType: e.listType,
87
+ "show-file-list": e.showFileList,
88
+ "on-preview": _,
89
+ "on-remove": S,
90
+ "before-remove": U,
91
+ "before-upload": w,
92
+ "on-change": D,
93
+ "on-exceed": M,
94
+ class: L({ dragUpload: e.drag, smallDragStyle: e.smallDragStyle }),
95
+ ref_key: "upload",
96
+ ref: y
97
+ }, N({
98
+ default: g(() => [
99
+ e.listType === "text" ? (o(), t(d, { key: 0 }, [
100
+ e.drag ? (o(), t(d, { key: 0 }, [
101
+ e.smallDragStyle ? (o(), t("div", H, l[1] || (l[1] = [
102
+ h("Drop file here or "),
103
+ s("span", null, "click to upload", -1)
104
+ ]))) : (o(), t(d, { key: 1 }, [
105
+ c(p, {
106
+ name: "icon-shangchuan",
107
+ color: "var(--el-color-primary)"
108
+ }),
109
+ l[2] || (l[2] = s("div", null, [
110
+ h("Drop file here or "),
111
+ s("em", null, "click to upload")
112
+ ], -1))
113
+ ], 64))
114
+ ], 64)) : (o(), f(i, {
115
+ key: 1,
116
+ type: "primary"
117
+ }, {
118
+ default: g(() => [
119
+ h(u(e.btnText), 1)
120
+ ]),
121
+ _: 1
122
+ }))
123
+ ], 64)) : m("", !0),
124
+ e.listType === "picture-card" ? (o(), f(O(A), {
125
+ key: 1,
126
+ name: "add"
127
+ })) : m("", !0)
128
+ ]),
129
+ _: 2
130
+ }, [
131
+ e.tip ? {
132
+ name: "tip",
133
+ fn: g(() => [
134
+ s("div", J, u(e.tip), 1)
135
+ ]),
136
+ key: "0"
137
+ } : void 0
138
+ ]), 1032, ["file-list", "action", "multiple", "limit", "drag", "name", "listType", "show-file-list", "class"]),
139
+ e.drag && r.value.length > 0 ? (o(), t("div", K, [
140
+ e.smallDragStyle ? (o(), t("div", Q, [
141
+ (o(!0), t(d, null, T(r.value, (a) => (o(), t("div", {
142
+ class: "file-item",
143
+ key: a.uid
144
+ }, [
145
+ c(p, {
146
+ name: "icon-fujian",
147
+ size: "small"
148
+ }),
149
+ s("div", W, u(a.name), 1),
150
+ e.clearable ? (o(), f(p, {
151
+ key: 0,
152
+ name: "icon-guanbi",
153
+ class: "file-item-close",
154
+ size: "x-small",
155
+ onClick: (V) => C(a)
156
+ }, null, 8, ["onClick"])) : m("", !0)
157
+ ]))), 128))
158
+ ])) : (o(), t(d, { key: 1 }, [
159
+ s("div", null, u(e.attachmentTitle), 1),
160
+ s("div", X, [
161
+ (o(!0), t(d, null, T(r.value, (a) => (o(), t("div", {
162
+ class: "file-item",
163
+ key: a.uid
164
+ }, [
165
+ c(p, {
166
+ name: "icon-fujiantubiao1",
167
+ size: "ultra-large"
168
+ }),
169
+ s("div", {
170
+ class: "file-item-name",
171
+ title: a.name
172
+ }, u(a.name), 9, Y),
173
+ e.clearable ? (o(), f(p, {
174
+ key: 0,
175
+ name: "icon-guanbi",
176
+ class: "file-item-close",
177
+ size: "x-small",
178
+ onClick: (V) => C(a)
179
+ }, null, 8, ["onClick"])) : m("", !0)
180
+ ]))), 128))
181
+ ])
182
+ ], 64))
183
+ ])) : m("", !0)
184
+ ], 64);
185
+ };
186
+ }
187
+ }), oe = /* @__PURE__ */ G(Z, [["__scopeId", "data-v-d54b3b70"]]);
188
+ export {
189
+ oe as default
190
+ };
@@ -1,10 +1,10 @@
1
- import { defineComponent as P, inject as D, ref as K, watch as S, useTemplateRef as V, readonly as j, onUnmounted as F, resolveComponent as f, openBlock as a, createBlock as h, mergeProps as z, withCtx as N, createElementVNode as y, normalizeClass as w, toDisplayString as U, createElementBlock as _, createCommentVNode as b, Fragment as $, renderList as q, unref as G, withModifiers as H, createVNode as J } from "vue";
2
- import { j as O, i as Q, I as W, _ as X } from "./index-BT8ieeBh.js";
1
+ import { defineComponent as P, inject as D, ref as K, watch as S, useTemplateRef as V, readonly as j, onUnmounted as F, resolveComponent as f, openBlock as d, createBlock as h, mergeProps as z, withCtx as N, createElementVNode as y, normalizeClass as w, toDisplayString as U, createElementBlock as _, createCommentVNode as b, Fragment as $, renderList as q, unref as G, withModifiers as H, createVNode as J } from "vue";
2
+ import { j as O, i as Q, I as W, _ as X } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const Y = { class: "tree-node-text" }, Z = ["title"], ee = {
5
5
  key: 0,
6
6
  class: "tree-node-present"
7
- }, oe = /* @__PURE__ */ P({
7
+ }, oe = { class: "flex gap-[8px]" }, te = /* @__PURE__ */ P({
8
8
  __name: "Component",
9
9
  props: {
10
10
  onNodeClick: {},
@@ -19,24 +19,23 @@ const Y = { class: "tree-node-text" }, Z = ["title"], ee = {
19
19
  name: {},
20
20
  showCheckbox: { type: Boolean }
21
21
  },
22
- setup(L, { expose: M }) {
23
- const o = L, r = D("ruleModule", void 0), p = D("pageMethodMap", {}), k = K(), x = (e, t) => {
24
- k.value = e[o.nodeKey];
22
+ setup(x, { expose: L }) {
23
+ const o = x, r = D("ruleModule", void 0), p = D("pageMethodMap", {}), m = K(), M = (e, t) => {
24
+ m.value = e[o.nodeKey];
25
25
  }, I = (e, t, n) => {
26
26
  if (e && r)
27
27
  try {
28
28
  r[e](p, { node: t, data: n });
29
- } catch (d) {
30
- console.error(d + `
29
+ } catch (c) {
30
+ console.error(c + `
31
31
  onNodeClick: ${o.onNodeClick}`);
32
32
  }
33
33
  };
34
- let c = null, s = null, m = 0;
34
+ let a = null, s = null, k = 0;
35
35
  function R(e, t) {
36
- console.log("nodeClick", e, t);
37
- const n = Date.now(), d = e.id, C = s == null ? void 0 : s.id;
38
- d === C && n - m < 300 ? (c && (clearTimeout(c), c = null), A(e, t), s = null, m = 0) : (c && clearTimeout(c), s = e, m = n, c = setTimeout(() => {
39
- B(e, t), c = null, s = null, m = 0;
36
+ const n = Date.now(), c = e.id, C = s == null ? void 0 : s.id;
37
+ c === C && n - k < 300 ? (a && (clearTimeout(a), a = null), A(e, t), s = null, k = 0) : (a && clearTimeout(a), s = e, k = n, a = setTimeout(() => {
38
+ B(e, t), a = null, s = null, k = 0;
40
39
  }, 300));
41
40
  }
42
41
  const B = (e, t) => {
@@ -59,8 +58,8 @@ onNodeDbClick: ${o.onNodeDbClick}`);
59
58
  if (o.onLoad && r)
60
59
  try {
61
60
  r[o.onLoad](p, { node: e, resolve: t, reject: n });
62
- } catch (d) {
63
- console.error(d + `
61
+ } catch (c) {
62
+ console.error(c + `
64
63
  onLoad: ${o.onLoad}`);
65
64
  }
66
65
  }, v = K([]);
@@ -90,17 +89,17 @@ onLoad: ${o.onLoad}`);
90
89
  e();
91
90
  });
92
91
  }
93
- return M(T), (e, t) => {
94
- const n = f("el-tooltip"), d = f("el-button"), C = f("el-tree");
95
- return a(), h(C, z(e.$attrs, {
92
+ return L(T), (e, t) => {
93
+ const n = f("el-tooltip"), c = f("el-button"), C = f("el-tree");
94
+ return d(), h(C, z(e.$attrs, {
96
95
  onNodeClick: R,
97
96
  load: E,
98
97
  ref_key: "treeRef",
99
98
  ref: g,
100
99
  class: ["crm-tree", { "modal-tree": e.styleType === "modal" }],
101
100
  indent: 32,
102
- "current-node-key": k.value,
103
- onCurrentChange: x,
101
+ "current-node-key": m.value,
102
+ onCurrentChange: M,
104
103
  "node-key": e.nodeKey,
105
104
  props: o.props,
106
105
  data: e.data,
@@ -113,19 +112,19 @@ onLoad: ${o.onLoad}`);
113
112
  }, [
114
113
  y("div", Y, [
115
114
  y("span", {
116
- class: w(["tree-node-label", { active: u[e.nodeKey] === k.value && e.styleType === "modal" }]),
115
+ class: w(["tree-node-label", { active: u[e.nodeKey] === m.value && e.styleType === "modal" }]),
117
116
  title: i.label
118
117
  }, U(i.label), 11, Z),
119
- u[e.nodeKey] === k.value ? (a(), _("div", ee, "Present")) : b("", !0)
118
+ u[e.nodeKey] === m.value ? (d(), _("div", ee, "Present")) : b("", !0)
120
119
  ]),
121
- y("div", null, [
122
- (a(!0), _($, null, q(e.btns, (l) => (a(), _($, {
120
+ y("div", oe, [
121
+ (d(!0), _($, null, q(e.btns, (l) => (d(), _($, {
123
122
  key: l.key
124
123
  }, [
125
- G(Q)(l.hidden, { $node: i, $data: u }) ? b("", !0) : (a(), h(d, {
124
+ G(Q)(l.hidden, { $node: i, $data: u }) ? b("", !0) : (d(), h(c, {
126
125
  key: 0,
127
126
  link: "",
128
- onClick: H((ne) => I(l.onClick || "", i, u), ["stop"]),
127
+ onClick: H((le) => I(l.onClick || "", i, u), ["stop"]),
129
128
  disabled: l.disabled,
130
129
  type: l.type
131
130
  }, {
@@ -137,7 +136,7 @@ onLoad: ${o.onLoad}`);
137
136
  placement: "top"
138
137
  }, {
139
138
  default: N(() => [
140
- l.icon ? (a(), h(W, {
139
+ l.icon ? (d(), h(W, {
141
140
  key: 0,
142
141
  name: l.icon.name,
143
142
  color: l.icon.color,
@@ -157,7 +156,7 @@ onLoad: ${o.onLoad}`);
157
156
  }, 16, ["class", "current-node-key", "node-key", "props", "data", "default-expanded-keys", "show-checkbox"]);
158
157
  };
159
158
  }
160
- }), de = /* @__PURE__ */ X(oe, [["__scopeId", "data-v-b018de1d"]]);
159
+ }), se = /* @__PURE__ */ X(te, [["__scopeId", "data-v-32418b0a"]]);
161
160
  export {
162
- de as default
161
+ se as default
163
162
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, mergeModels as d, useModel as i, computed as c, resolveComponent as f, openBlock as t, createElementBlock as y, toDisplayString as v, createBlock as k, mergeProps as V } from "vue";
2
- import { u as _ } from "./index-BT8ieeBh.js";
2
+ import { u as _ } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const B = { key: 0 }, g = /* @__PURE__ */ p({
5
5
  __name: "Component",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, ref as v, computed as N, watch as L, onMounted as x, onBeforeUnmount as F, openBlock as T, createElementBlock as E, mergeModels as J, useModel as A, resolveComponent as G, unref as W, createElementVNode as P, createBlock as X, withCtx as D, createTextVNode as I, createCommentVNode as Y, createVNode as R } from "vue";
2
- import { _ as H, u as K, d as Q } from "./index-BT8ieeBh.js";
2
+ import { _ as H, u as K, d as Q } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const Z = $({
5
5
  props: {
@@ -172,7 +172,7 @@ function j(a, n, c, d, t, g) {
172
172
  onTouchend: n[5] || (n[5] = (...o) => a.touchEnd && a.touchEnd(...o))
173
173
  }, null, 544);
174
174
  }
175
- const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-0e272b28"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
175
+ const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-5f3bfcf7"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
176
176
  key: 1,
177
177
  class: "vfc-esign"
178
178
  }, ie = /* @__PURE__ */ $({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, mergeModels as m, useModel as r, resolveComponent as u, openBlock as p, createBlock as i, mergeProps as c, unref as f } from "vue";
2
- import { u as V } from "./index-BT8ieeBh.js";
2
+ import { u as V } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const B = /* @__PURE__ */ d({
5
5
  __name: "Component",
@@ -2,7 +2,7 @@ var u = Object.defineProperty;
2
2
  var m = (o, e, t) => e in o ? u(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
3
3
  var a = (o, e, t) => m(o, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { defineComponent as g, mergeModels as v, useModel as I, ref as c, onMounted as w, resolveComponent as C, openBlock as y, createElementBlock as _, createVNode as V, createElementVNode as M } from "vue";
5
- import { u as x, _ as S } from "./index-BT8ieeBh.js";
5
+ import { u as x, _ as S } from "./index-B8_pseN5.js";
6
6
  import "element-plus";
7
7
  function b() {
8
8
  return "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z".split(",");
@@ -111,7 +111,7 @@ const P = { class: "vfc-verify-code" }, k = /* @__PURE__ */ g({
111
111
  ]);
112
112
  };
113
113
  }
114
- }), T = /* @__PURE__ */ S(k, [["__scopeId", "data-v-f5206e68"]]);
114
+ }), T = /* @__PURE__ */ S(k, [["__scopeId", "data-v-eda48825"]]);
115
115
  export {
116
116
  T as default
117
117
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as U, inject as $, ref as k, watch as A, resolveComponent as f, openBlock as o, createElementBlock as s, normalizeClass as m, normalizeStyle as O, createElementVNode as c, createBlock as p, createCommentVNode as u, toDisplayString as M, withCtx as v, Fragment as B, renderList as R, createTextVNode as q, createVNode as r, withKeys as G, unref as I, withDirectives as H, vShow as J } from "vue";
2
- import { u as Q, I as h, b as V, B as W, f as X, _ as Y } from "./index-BT8ieeBh.js";
2
+ import { u as Q, I as h, b as V, B as W, f as X, _ as Y } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const Z = ["id"], x = { class: "left-part" }, ee = { class: "title" }, le = { class: "right-part" }, ae = { key: 0 }, oe = {
5
5
  key: 1,
@@ -208,7 +208,7 @@ funcName: ${e}`);
208
208
  ], 14, Z);
209
209
  };
210
210
  }
211
- }), de = /* @__PURE__ */ Y(te, [["__scopeId", "data-v-2844549a"]]);
211
+ }), de = /* @__PURE__ */ Y(te, [["__scopeId", "data-v-48b3bde7"]]);
212
212
  export {
213
213
  de as default
214
214
  };
@@ -0,0 +1,26 @@
1
+ import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as u, resolveDynamicComponent as d, mergeProps as c } from "vue";
2
+ import { _ as i } from "./index-B8_pseN5.js";
3
+ const f = {
4
+ key: 0,
5
+ class: "empty"
6
+ }, _ = /* @__PURE__ */ n({
7
+ __name: "Custom",
8
+ props: /* @__PURE__ */ s({
9
+ componentName: {}
10
+ }, {
11
+ modelValue: {},
12
+ modelModifiers: {}
13
+ }),
14
+ emits: ["update:modelValue"],
15
+ setup(a) {
16
+ const o = p(a, "modelValue");
17
+ return (e, m) => e.componentName ? (t(), u(d(e.componentName), c({
18
+ key: 1,
19
+ modelValue: o.value,
20
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => o.value = l)
21
+ }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
22
+ }
23
+ }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-a013b8cf"]]);
24
+ export {
25
+ v as default
26
+ };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, mergeModels as M, useModel as k, useAttrs as D, computed as l, inject as u, resolveComponent as I, openBlock as i, createElementBlock as E, toDisplayString as _, createBlock as S, mergeProps as V } from "vue";
2
2
  import { dayjs as b } from "element-plus";
3
- import { u as B } from "./index-BT8ieeBh.js";
3
+ import { u as B } from "./index-B8_pseN5.js";
4
4
  const F = { key: 0 }, j = /* @__PURE__ */ y({
5
5
  __name: "DatePicker",
6
6
  props: /* @__PURE__ */ M({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as J, reactive as F, ref as T, onBeforeMount as le, onMounted as ie, nextTick as h, onBeforeUnmount as re, watch as c, provide as j, toRefs as q, openBlock as R, createElementBlock as A, normalizeStyle as ne, renderSlot as O, Fragment as se, renderList as ue, createBlock as K, mergeProps as de, withCtx as Q, withDirectives as ce, createVNode as Z, vShow as ge, mergeModels as me, useModel as pe, onUnmounted as ye, unref as X, readonly as Y } from "vue";
2
- import { w as ve, n as fe, o as he, p as k, T as we, v as xe, q as C, A as Be, r as G, x as be, L as ke, y as Ce, s as De, Y as Le, t as Me, z as P, V as ze, c as Se, j as Re, b as Ie, _ as Ne } from "./index-BT8ieeBh.js";
2
+ import { w as ve, n as fe, o as he, p as k, T as we, v as xe, q as C, A as be, r as G, x as Be, L as ke, y as Ce, s as De, Y as Le, t as Me, z as P, V as ze, c as Se, j as Re, b as Ie, _ as Ne } from "./index-B8_pseN5.js";
3
3
  import "element-plus";
4
4
  const $e = /* @__PURE__ */ J({
5
5
  __name: "grid-layout",
@@ -169,39 +169,39 @@ const $e = /* @__PURE__ */ J({
169
169
  function te() {
170
170
  if (!a.autoSize) return;
171
171
  const e = parseFloat(a.margin[1]);
172
- return Be(o.value) * (a.rowHeight + e) + e + "px";
172
+ return be(o.value) * (a.rowHeight + e) + e + "px";
173
173
  }
174
174
  let _;
175
175
  function U(e, n, r, v, m, p) {
176
176
  let l = G(o.value, n);
177
177
  C(l) && (l = { h: 0, w: 0, x: 0, y: 0, i: "" }), e === "dragstart" && !a.verticalCompact && (_ = o.value.reduce(
178
- (b, { i: z, x: f, y: B }) => ({
179
- ...b,
180
- [z]: { x: f, y: B }
178
+ (B, { i: z, x: f, y: b }) => ({
179
+ ...B,
180
+ [z]: { x: f, y: b }
181
181
  }),
182
182
  {}
183
183
  )), e === "dragmove" || e === "dragstart" ? (t.placeholder.i = n, t.placeholder.x = l.x, t.placeholder.y = l.y, t.placeholder.w = p, t.placeholder.h = m, h(() => {
184
184
  t.isDragging = !0;
185
185
  }), i.emit("updateWidth", t.width)) : h(() => {
186
186
  t.isDragging = !1;
187
- }), o.value = be(o.value, l, r, v, !0, a.preventCollision), a.restoreOnDrag ? (l.static = !0, k(o.value, a.verticalCompact, _), l.static = !1) : k(o.value, a.verticalCompact), i.emit("compact"), x(), e === "dragend" && (_ = void 0, d("layout-updated", o.value));
187
+ }), o.value = Be(o.value, l, r, v, !0, a.preventCollision), a.restoreOnDrag ? (l.static = !0, k(o.value, a.verticalCompact, _), l.static = !1) : k(o.value, a.verticalCompact), i.emit("compact"), x(), e === "dragend" && (_ = void 0, d("layout-updated", o.value));
188
188
  }
189
189
  function V(e, n, r, v, m, p) {
190
190
  let l = G(o.value, n);
191
191
  C(l) && (l = { h: 0, w: 0, x: 0, y: 0, i: "" });
192
- let b;
192
+ let B;
193
193
  if (a.preventCollision) {
194
194
  const z = ke(o.value, { ...l, w: p, h: m }).filter(
195
195
  (f) => f.i !== l.i
196
196
  );
197
- if (b = z.length > 0, b) {
198
- let f = 1 / 0, B = 1 / 0;
197
+ if (B = z.length > 0, B) {
198
+ let f = 1 / 0, b = 1 / 0;
199
199
  z.forEach((S) => {
200
- S.x > l.x && (f = Math.min(f, S.x)), S.y > l.y && (B = Math.min(B, S.y));
201
- }), Number.isFinite(f) && (l.w = f - l.x), Number.isFinite(B) && (l.h = B - l.y);
200
+ S.x > l.x && (f = Math.min(f, S.x)), S.y > l.y && (b = Math.min(b, S.y));
201
+ }), Number.isFinite(f) && (l.w = f - l.x), Number.isFinite(b) && (l.h = b - l.y);
202
202
  }
203
203
  }
204
- b || (l.w = p, l.h = m), e === "resizestart" || e === "resizemove" ? (t.placeholder.i = n, t.placeholder.x = r, t.placeholder.y = v, t.placeholder.w = l.w, t.placeholder.h = l.h, h(() => {
204
+ B || (l.w = p, l.h = m), e === "resizestart" || e === "resizemove" ? (t.placeholder.i = n, t.placeholder.x = r, t.placeholder.y = v, t.placeholder.w = l.w, t.placeholder.h = l.h, h(() => {
205
205
  t.isDragging = !0;
206
206
  }), i.emit("updateWidth", t.width)) : e && h(() => {
207
207
  t.isDragging = !1;
@@ -326,7 +326,7 @@ onMoved: ${w.onMoved}`);
326
326
  _: 1
327
327
  }, 8, ["layout", "col-num", "row-height", "max-rows", "is-draggable"]));
328
328
  }
329
- }), Ve = /* @__PURE__ */ Ne(Ee, [["__scopeId", "data-v-869881f7"]]);
329
+ }), Ve = /* @__PURE__ */ Ne(Ee, [["__scopeId", "data-v-f58dab66"]]);
330
330
  export {
331
331
  Ve as default
332
332
  };