asiaint-lowcode 3.1.34 → 3.1.36

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 (42) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +26 -26
  4. package/dist/index.d.ts +5 -6
  5. package/dist/lazy/{Card-BcBYtKp1.js → Card-81VpOUTK.js} +39 -35
  6. package/dist/lazy/{Cascader-BFGcI_Kc.js → Cascader-CgphNyvI.js} +1 -1
  7. package/dist/lazy/{Checkbox-DJsC-8Iu.js → Checkbox-Z2VDXtJ_.js} +2 -2
  8. package/dist/lazy/{Collapse-BX90HzXK.js → Collapse-CxP24Ehx.js} +3 -3
  9. package/dist/lazy/{Component-Rdshx6m_.js → Component-BGfFk5oi.js} +1 -1
  10. package/dist/lazy/{Component-CyxVCfnE.js → Component-CKDyTe6o.js} +4 -4
  11. package/dist/lazy/{Component-BFYQgTNo.js → Component-ClJY2QSX.js} +7 -7
  12. package/dist/lazy/{Component-CmDm1a-b.js → Component-CqIYjwRl.js} +5 -5
  13. package/dist/lazy/{Component-Cqyvcel7.js → Component-YxT9eJEy.js} +1 -1
  14. package/dist/lazy/{Component-BXgrIUQ8.js → Component-laBmgTv3.js} +2 -2
  15. package/dist/lazy/{CurdCard-BPBb_E38.js → CurdCard-BRrLoC4H.js} +2 -2
  16. package/dist/lazy/{Custom-BsSbau_V.js → Custom-DSidsEF8.js} +7 -7
  17. package/dist/lazy/{DatePicker-DI0BgjL_.js → DatePicker-BacIM6m6.js} +1 -1
  18. package/dist/lazy/{DragList-D8LE61RT.js → DragList-1L7PDOkp.js} +18 -18
  19. package/dist/lazy/{FilterSearch-Cu47ZphN.js → FilterSearch-Dl1gL5cg.js} +12 -12
  20. package/dist/lazy/{FormList-wXCgfZWH.js → FormList-DTgjNJoF.js} +1 -1
  21. package/dist/lazy/{Grid-FMbzhJIk.js → Grid-CvYY7o9l.js} +3 -3
  22. package/dist/lazy/{InfiniteScroll-BLtNpTs4.js → InfiniteScroll-BRqUeno5.js} +4 -4
  23. package/dist/lazy/{Inline-E7Q-z1-E.js → Inline-DhO0gCtY.js} +4 -4
  24. package/dist/lazy/{JsonEdit-DF-m8XP_.js → JsonEdit-BmsPmCE7.js} +3 -3
  25. package/dist/lazy/{LogList-MzWH6ysL.js → LogList-BwB7JYx7.js} +12 -12
  26. package/dist/lazy/{ObjGroup-BuexLbbs.js → ObjGroup-CkxdwbdY.js} +1 -1
  27. package/dist/lazy/{OfferDetails-Dh7GaY8a.js → OfferDetails-Mm-FIcpl.js} +2 -2
  28. package/dist/lazy/{Pagination-BlJC01z0.js → Pagination-CabjK2s_.js} +10 -10
  29. package/dist/lazy/{Progress-C5vGO_Sl.js → Progress-C5o-MKr0.js} +15 -15
  30. package/dist/lazy/{Radio-KiEeEX-t.js → Radio-CubrpaJV.js} +8 -8
  31. package/dist/lazy/{SearchSelect-DnBT0fle.js → SearchSelect-BaWeYE5z.js} +23 -23
  32. package/dist/lazy/{Select-kPnMdrZz.js → Select-C5BSRWHq.js} +2 -2
  33. package/dist/lazy/{Table-DjLFpWAa.js → Table-B9ENxNat.js} +2 -2
  34. package/dist/lazy/{Tabs-Be7TIMNn.js → Tabs-CHASfjxk.js} +1 -1
  35. package/dist/lazy/TextArea-MRfjW15_.js +36 -0
  36. package/dist/lazy/{Wrapper-Bcnn4WVE.js → Wrapper-Oa504gqM.js} +5 -5
  37. package/dist/lazy/{index-BfZzxhj6.js → index-DUdJGaTM.js} +797 -792
  38. package/dist/lazy/{useSelect-D5Q_n4a3.js → useSelect-D9CHm3uf.js} +1 -1
  39. package/dist/style.css +2 -2
  40. package/global.d.ts +10 -10
  41. package/package.json +36 -36
  42. package/dist/lazy/TextArea-DBUM3-2Q.js +0 -25
package/dist/index.d.ts CHANGED
@@ -1,12 +1,10 @@
1
1
  import { App } from 'vue';
2
- import { Awaitable } from 'element-plus/es/utils/typescript.mjs';
3
2
  import { Component } from 'vue';
4
3
  import { ComponentOptionsMixin } from 'vue';
5
4
  import { ComponentProvideOptions } from 'vue';
6
5
  import { ComponentPublicInstance } from 'vue';
7
6
  import { DeepReadonly } from 'vue';
8
7
  import { DefineComponent } from 'vue';
9
- import { EpPropMergeType } from 'element-plus/es/utils/index.mjs';
10
8
  import { ExtractPropTypes } from 'vue';
11
9
  import { FormValidationResult } from 'element-plus';
12
10
  import { InjectionKey } from 'vue';
@@ -309,14 +307,14 @@ readonly onMounted?: string | undefined;
309
307
  readonly onActivated?: string | undefined;
310
308
  readonly onChange?: string | undefined;
311
309
  readonly tabProps?: {
312
- readonly type: EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
310
+ readonly type: "" | "card" | "border-card";
313
311
  readonly closable: boolean;
314
312
  readonly stretch: boolean;
315
313
  readonly addable: boolean;
316
314
  readonly editable: boolean;
317
- readonly tabPosition: EpPropMergeType<StringConstructor, "right" | "top" | "left" | "bottom", unknown>;
318
- readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => Awaitable<void | boolean>;
319
- readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
315
+ readonly tabPosition: "right" | "top" | "left" | "bottom";
316
+ readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => boolean | void | Promise<boolean | void>;
317
+ readonly modelValue?: (string | number) | undefined;
320
318
  } | undefined;
321
319
  readonly hidden?: boolean | undefined;
322
320
  readonly isSticky?: boolean | undefined;
@@ -790,6 +788,7 @@ declare type InfoCardSchema = {
790
788
  label: string;
791
789
  value: string;
792
790
  };
791
+ bottomRightFormSlots?: FormItemType[];
793
792
  header: {
794
793
  title: string;
795
794
  titleColor?: string;
@@ -1,10 +1,11 @@
1
- import { defineComponent as B, ref as $, inject as _, resolveComponent as d, openBlock as o, createBlock as c, mergeProps as M, withCtx as i, createElementVNode as s, normalizeClass as C, createElementBlock as n, createVNode as r, unref as p, createCommentVNode as k, toDisplayString as b, Fragment as m, renderList as f, withDirectives as E, vShow as V } from "vue";
2
- import { _ as D, I as u, B as F, a as N, b as S } from "./index-BfZzxhj6.js";
1
+ import { defineComponent as $, ref as M, inject as k, resolveComponent as p, openBlock as o, createBlock as c, mergeProps as F, withCtx as i, createElementVNode as s, normalizeClass as C, createElementBlock as a, createVNode as n, unref as d, createCommentVNode as m, toDisplayString as f, Fragment as u, renderList as b, withDirectives as S, vShow as E } from "vue";
2
+ import { a as V, I as h, b as y, B as D, _ as N } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
- const j = { class: "card-btns" }, H = { class: "card-sub-header" }, L = /* @__PURE__ */ B({
4
+ const j = { key: 2 }, H = { class: "card-btns" }, L = { class: "card-sub-header" }, P = /* @__PURE__ */ $({
5
5
  __name: "Card",
6
6
  props: {
7
7
  children: {},
8
+ headerFormSlots: {},
8
9
  collapsible: { type: Boolean },
9
10
  header: {},
10
11
  btns: {},
@@ -13,93 +14,96 @@ const j = { class: "card-btns" }, H = { class: "card-sub-header" }, L = /* @__PU
13
14
  shadowless: { type: Boolean },
14
15
  subHeaders: {}
15
16
  },
16
- setup(P) {
17
- const a = $(!1), h = _("ruleModule", void 0), w = _("pageMethodMap", {}), v = (e) => {
18
- if (e && h)
17
+ setup(R) {
18
+ const r = M(!1), v = k("ruleModule", void 0), w = k("pageMethodMap", {}), _ = (e) => {
19
+ if (e && v)
19
20
  try {
20
- h[e](w);
21
+ v[e](w);
21
22
  } catch (t) {
22
23
  console.error(t + `
23
24
  funcName: ${e}`);
24
25
  }
25
26
  };
26
27
  return (e, t) => {
27
- const y = d("el-tooltip"), I = d("el-collapse-transition"), z = d("ElCard");
28
- return o(), c(z, M(e.$attrs, {
29
- class: ["crm-card", { collapsed: a.value, shadowless: e.shadowless }],
28
+ const I = p("el-tooltip"), z = p("el-collapse-transition"), g = p("ElCard");
29
+ return o(), c(g, F(e.$attrs, {
30
+ class: ["crm-card", { collapsed: r.value, shadowless: e.shadowless }],
30
31
  shadow: "never"
31
32
  }), {
32
33
  header: i(() => [
33
34
  s("div", {
34
35
  class: C(["card-header", { "has-collapsed": e.collapsible }])
35
36
  }, [
36
- e.collapsible ? (o(), n("div", {
37
+ e.collapsible ? (o(), a("div", {
37
38
  key: 0,
38
39
  class: "icon-wrapper",
39
- onClick: t[0] || (t[0] = (l) => a.value = !a.value)
40
+ onClick: t[0] || (t[0] = (l) => r.value = !r.value)
40
41
  }, [
41
- r(p(D), {
42
+ n(d(V), {
42
43
  name: "dropdown",
43
- class: C(["dropdown-icon", { "is-collapsed": a.value }])
44
+ class: C(["dropdown-icon", { "is-collapsed": r.value }])
44
45
  }, null, 8, ["class"])
45
- ])) : k("", !0),
46
- e.mainIcon ? (o(), c(u, {
46
+ ])) : m("", !0),
47
+ e.mainIcon ? (o(), c(h, {
47
48
  key: 1,
48
49
  class: "title-icon",
49
50
  size: "large",
50
51
  name: e.mainIcon.name,
51
52
  color: e.mainIcon.color
52
- }, null, 8, ["name", "color"])) : k("", !0),
53
- s("span", null, b(e.header), 1),
54
- (o(!0), n(m, null, f(e.extraIcons, (l) => (o(), n(m, {
53
+ }, null, 8, ["name", "color"])) : m("", !0),
54
+ s("span", null, f(e.header), 1),
55
+ e.headerFormSlots ? (o(), a("div", j, [
56
+ n(d(y), { list: e.headerFormSlots }, null, 8, ["list"])
57
+ ])) : m("", !0),
58
+ (o(!0), a(u, null, b(e.extraIcons, (l) => (o(), a(u, {
55
59
  key: l.name
56
60
  }, [
57
- l.tips ? (o(), c(y, {
61
+ l.tips ? (o(), c(I, {
58
62
  key: 0,
59
63
  content: l.tips,
60
64
  placement: "right"
61
65
  }, {
62
66
  default: i(() => [
63
- r(u, {
67
+ n(h, {
64
68
  class: "extra-icon",
65
69
  name: l.name,
66
70
  color: l.color,
67
71
  size: l.size || "small",
68
- onClick: (g) => v(l.onClick)
72
+ onClick: (B) => _(l.onClick)
69
73
  }, null, 8, ["name", "color", "size", "onClick"])
70
74
  ]),
71
75
  _: 2
72
- }, 1032, ["content"])) : (o(), c(u, {
76
+ }, 1032, ["content"])) : (o(), c(h, {
73
77
  key: 1,
74
78
  class: "extra-icon",
75
79
  name: l.name,
76
80
  color: l.color,
77
81
  size: l.size || "small",
78
- onClick: (g) => v(l.onClick)
82
+ onClick: (B) => _(l.onClick)
79
83
  }, null, 8, ["name", "color", "size", "onClick"]))
80
84
  ], 64))), 128)),
81
- s("div", j, [
82
- r(p(F), {
85
+ s("div", H, [
86
+ n(d(D), {
83
87
  btns: e.btns || []
84
88
  }, null, 8, ["btns"])
85
89
  ]),
86
- s("div", H, [
87
- (o(!0), n(m, null, f(e.subHeaders, (l) => (o(), n("div", {
90
+ s("div", L, [
91
+ (o(!0), a(u, null, b(e.subHeaders, (l) => (o(), a("div", {
88
92
  key: l,
89
93
  class: "card-sub-header-item"
90
94
  }, [
91
- s("span", null, b(l), 1)
95
+ s("span", null, f(l), 1)
92
96
  ]))), 128))
93
97
  ])
94
98
  ], 2)
95
99
  ]),
96
100
  default: i(() => [
97
- r(I, null, {
101
+ n(z, null, {
98
102
  default: i(() => [
99
- E(s("div", null, [
100
- r(p(N), { list: e.children }, null, 8, ["list"])
103
+ S(s("div", null, [
104
+ n(d(y), { list: e.children }, null, 8, ["list"])
101
105
  ], 512), [
102
- [V, !a.value]
106
+ [E, !r.value]
103
107
  ])
104
108
  ]),
105
109
  _: 1
@@ -109,7 +113,7 @@ funcName: ${e}`);
109
113
  }, 16, ["class"]);
110
114
  };
111
115
  }
112
- }), G = /* @__PURE__ */ S(L, [["__scopeId", "data-v-e8bbdd2c"]]);
116
+ }), J = /* @__PURE__ */ N(P, [["__scopeId", "data-v-1cbeed34"]]);
113
117
  export {
114
- G as default
118
+ J as default
115
119
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, mergeModels as g, useModel as C, inject as r, resolveComponent as h, 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-D5Q_n4a3.js";
3
+ import { u as b } from "./useSelect-D9CHm3uf.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 u, resolveDirective as P, unref as a, openBlock as l, createElementBlock as p, toDisplayString as S, withDirectives as $, createBlock as s, mergeProps as j, withCtx as f, Fragment as h, renderList as v, createCommentVNode as g } from "vue";
2
2
  import "element-plus";
3
- import { u as E, c as L } from "./index-BfZzxhj6.js";
4
- import { u as N } from "./useSelect-D5Q_n4a3.js";
3
+ import { u as E, c as L } from "./index-DUdJGaTM.js";
4
+ import { u as N } from "./useSelect-D9CHm3uf.js";
5
5
  const R = { key: 0 }, H = /* @__PURE__ */ F({
6
6
  __name: "Checkbox",
7
7
  props: /* @__PURE__ */ D({
@@ -1,8 +1,8 @@
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 { a as y } from "./index-BfZzxhj6.js";
2
+ import { b as y } from "./index-DUdJGaTM.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
- const x = /* @__PURE__ */ u({
5
+ const b = /* @__PURE__ */ u({
6
6
  __name: "Collapse",
7
7
  props: {
8
8
  children: {}
@@ -50,5 +50,5 @@ const x = /* @__PURE__ */ u({
50
50
  }
51
51
  });
52
52
  export {
53
- x as default
53
+ b as default
54
54
  };
@@ -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-BfZzxhj6.js";
2
+ import { u as _ } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const B = { key: 0 }, g = /* @__PURE__ */ p({
5
5
  __name: "Component",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, mergeModels as V, useModel as B, resolveComponent as d, openBlock as l, createBlock as n, createSlots as C, withCtx as a, createElementBlock as m, Fragment as w, createVNode as E, unref as r, createElementVNode as o, createTextVNode as i, toDisplayString as p, createCommentVNode as u } from "vue";
2
2
  import { ElMessage as M, ElMessageBox as N } from "element-plus";
3
- import { _ as f } from "./index-BfZzxhj6.js";
3
+ import { a as f } from "./index-DUdJGaTM.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -36,10 +36,10 @@ const $ = {
36
36
  () => !1
37
37
  );
38
38
  return (e, t) => {
39
- const T = d("el-button"), _ = d("el-upload");
40
- return l(), n(_, {
39
+ const T = d("el-button"), k = d("el-upload");
40
+ return l(), n(k, {
41
41
  "file-list": s.value,
42
- "onUpdate:fileList": t[0] || (t[0] = (k) => s.value = k),
42
+ "onUpdate:fileList": t[0] || (t[0] = (_) => s.value = _),
43
43
  action: e.action,
44
44
  multiple: e.multiple,
45
45
  limit: e.limit,
@@ -1,10 +1,10 @@
1
- import { defineComponent as x, inject as h, ref as N, watch as w, resolveComponent as k, openBlock as d, createBlock as m, mergeProps as A, withCtx as y, createElementVNode as l, toDisplayString as B, createElementBlock as _, createCommentVNode as f, Fragment as v, renderList as E, unref as I, withModifiers as P, createVNode as V } from "vue";
2
- import { h as F, I as j, b as D } from "./index-BfZzxhj6.js";
1
+ import { defineComponent as w, inject as h, ref as N, watch as b, resolveComponent as k, openBlock as d, createBlock as m, mergeProps as A, withCtx as y, createElementVNode as l, toDisplayString as B, createElementBlock as _, createCommentVNode as f, Fragment as v, renderList as E, unref as I, withModifiers as P, createVNode as V } from "vue";
2
+ import { h as F, I as j, _ as D } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = { class: "tree-node-label" }, z = {
5
5
  key: 0,
6
6
  class: "tree-node-present"
7
- }, G = /* @__PURE__ */ x({
7
+ }, G = /* @__PURE__ */ w({
8
8
  __name: "Component",
9
9
  props: {
10
10
  onNodeClick: {},
@@ -42,7 +42,7 @@ onNodeClick: ${e.onNodeClick}`);
42
42
  onLoad: ${e.onLoad}`);
43
43
  }
44
44
  }, C = N([]);
45
- return w(
45
+ return b(
46
46
  //默认展开根节点
47
47
  () => e.data,
48
48
  () => {
@@ -55,8 +55,8 @@ onLoad: ${e.onLoad}`);
55
55
  immediate: !0
56
56
  }
57
57
  ), (o, t) => {
58
- const r = k("el-tooltip"), c = k("el-button"), b = k("el-tree");
59
- return d(), m(b, A(o.$attrs, {
58
+ const r = k("el-tooltip"), c = k("el-button"), x = k("el-tree");
59
+ return d(), m(x, A(o.$attrs, {
60
60
  onNodeClick: M,
61
61
  load: $,
62
62
  ref: "treeRef",
@@ -115,7 +115,7 @@ onLoad: ${e.onLoad}`);
115
115
  }, 16, ["current-node-key", "node-key", "props", "data", "default-expanded-keys"]);
116
116
  };
117
117
  }
118
- }), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-cc8e85bb"]]);
118
+ }), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-016a1506"]]);
119
119
  export {
120
120
  T as default
121
121
  };
@@ -2,9 +2,9 @@ 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 b, b as x } from "./index-BfZzxhj6.js";
5
+ import { u as x, _ as S } from "./index-DUdJGaTM.js";
6
6
  import "element-plus";
7
- function S() {
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(",");
9
9
  }
10
10
  function s(o, e) {
@@ -70,7 +70,7 @@ class A {
70
70
  type: "blend",
71
71
  code: "",
72
72
  numArr: "0,1,2,3,4,5,6,7,8,9".split(","),
73
- letterArr: S(),
73
+ letterArr: b(),
74
74
  ...t
75
75
  }, e && (this.options.element = e, this._init(), this.refresh());
76
76
  }
@@ -85,7 +85,7 @@ const P = { class: "vfc-verify-code" }, k = /* @__PURE__ */ g({
85
85
  }),
86
86
  emits: ["update:modelValue"],
87
87
  setup(o) {
88
- const e = I(o, "modelValue"), t = c(null), i = c(null), n = b(), h = () => {
88
+ const e = I(o, "modelValue"), t = c(null), i = c(null), n = x(), h = () => {
89
89
  var r;
90
90
  if (!e.value) return;
91
91
  const l = (r = i.value) == null ? void 0 : r.validate(e.value);
@@ -111,7 +111,7 @@ const P = { class: "vfc-verify-code" }, k = /* @__PURE__ */ g({
111
111
  ]);
112
112
  };
113
113
  }
114
- }), T = /* @__PURE__ */ x(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 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-BfZzxhj6.js";
2
+ import { u as V } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const B = /* @__PURE__ */ d({
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 { b as H, u as K, d as Q } from "./index-BfZzxhj6.js";
2
+ import { _ as H, u as K, d as Q } from "./index-DUdJGaTM.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 U, inject as M, ref as k, watch as A, resolveComponent as C, openBlock as o, createElementBlock as s, normalizeClass as m, normalizeStyle as O, createElementVNode as c, createBlock as p, createCommentVNode as u, toDisplayString as z, 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, a as V, B as W, i as X, b as Y } from "./index-BfZzxhj6.js";
2
+ import { u as Q, I as h, b as V, B as W, i as X, _ as Y } from "./index-DUdJGaTM.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,
@@ -204,7 +204,7 @@ funcName: ${e}`);
204
204
  ], 14, Z);
205
205
  };
206
206
  }
207
- }), de = /* @__PURE__ */ Y(te, [["__scopeId", "data-v-07416810"]]);
207
+ }), de = /* @__PURE__ */ Y(te, [["__scopeId", "data-v-3eb0ec9b"]]);
208
208
  export {
209
209
  de as default
210
210
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as d, resolveDynamicComponent as u, mergeProps as c } from "vue";
2
- import { b as i } from "./index-BfZzxhj6.js";
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-DUdJGaTM.js";
3
3
  const f = {
4
4
  key: 0,
5
5
  class: "empty"
@@ -12,15 +12,15 @@ const f = {
12
12
  modelModifiers: {}
13
13
  }),
14
14
  emits: ["update:modelValue"],
15
- setup(l) {
16
- const o = p(l, "modelValue");
17
- return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
15
+ setup(a) {
16
+ const o = p(a, "modelValue");
17
+ return (e, m) => e.componentName ? (t(), u(d(e.componentName), c({
18
18
  key: 1,
19
19
  modelValue: o.value,
20
- "onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
20
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => o.value = l)
21
21
  }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
22
22
  }
23
- }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-2250b7d1"]]);
23
+ }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-a013b8cf"]]);
24
24
  export {
25
25
  v as default
26
26
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as i, mergeModels as f, useModel as v, useAttrs as k, computed as r, resolveComponent as y, openBlock as l, createElementBlock as _, toDisplayString as V, createBlock as B, mergeProps as M } from "vue";
2
2
  import { dayjs as g } from "element-plus";
3
- import { u as h } from "./index-BfZzxhj6.js";
3
+ import { u as h } from "./index-DUdJGaTM.js";
4
4
  const D = { key: 0 }, I = /* @__PURE__ */ i({
5
5
  __name: "DatePicker",
6
6
  props: /* @__PURE__ */ f({
@@ -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 me, mergeModels as ge, useModel as pe, onUnmounted as ye, unref as X, readonly as Y } from "vue";
2
- import { w as ve, m as fe, n as he, o as k, T as we, v as xe, p as C, A as Be, q as G, x as be, L as ke, y as Ce, r as De, Y as Le, s as Me, t as P, V as Se, c as ze, j as Re, a as Ie, b as Ne } from "./index-BfZzxhj6.js";
2
+ import { w as ve, m as fe, n as he, o as k, T as we, v as xe, p as C, A as be, q as G, x as Be, L as ke, y as Ce, r as De, Y as Le, s as Me, t as P, V as Se, c as ze, j as Re, b as Ie, _ as Ne } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const $e = /* @__PURE__ */ J({
5
5
  __name: "grid-layout",
@@ -82,7 +82,7 @@ const $e = /* @__PURE__ */ J({
82
82
  ), c(
83
83
  () => [a.layout, a.layout.length],
84
84
  () => {
85
- o.value = a.layout, _();
85
+ o.value = a.layout, H();
86
86
  }
87
87
  ), c(
88
88
  () => a.colNum,
@@ -132,7 +132,7 @@ const $e = /* @__PURE__ */ J({
132
132
  increaseItem: y,
133
133
  decreaseItem: $
134
134
  })
135
- ), j(xe, i), I({ state: t, getItem: ee, resizeEvent: V, dragEvent: U, layoutUpdate: _ });
135
+ ), j(xe, i), I({ state: t, getItem: ee, resizeEvent: V, dragEvent: U, layoutUpdate: H });
136
136
  function y(e) {
137
137
  L.set(e.i, e);
138
138
  }
@@ -142,7 +142,7 @@ const $e = /* @__PURE__ */ J({
142
142
  function ee(e) {
143
143
  return L.get(e);
144
144
  }
145
- function _() {
145
+ function H() {
146
146
  if (!C(o.value) && !C(t.originalLayout)) {
147
147
  if (o.value.length !== t.originalLayout.length) {
148
148
  const e = oe(o.value, t.originalLayout);
@@ -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
- let H;
174
+ let _;
175
175
  function U(e, n, r, v, g, p) {
176
176
  let l = G(o.value, n);
177
- C(l) && (l = { h: 0, w: 0, x: 0, y: 0, i: "" }), e === "dragstart" && !a.verticalCompact && (H = o.value.reduce(
178
- (b, { i: S, x: f, y: B }) => ({
179
- ...b,
180
- [S]: { x: f, y: B }
177
+ C(l) && (l = { h: 0, w: 0, x: 0, y: 0, i: "" }), e === "dragstart" && !a.verticalCompact && (_ = o.value.reduce(
178
+ (B, { i: S, x: f, y: b }) => ({
179
+ ...B,
180
+ [S]: { 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 = g, 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, H), l.static = !1) : k(o.value, a.verticalCompact), i.emit("compact"), x(), e === "dragend" && (H = 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, g, 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 S = ke(o.value, { ...l, w: p, h: g }).filter(
195
195
  (f) => f.i !== l.i
196
196
  );
197
- if (b = S.length > 0, b) {
198
- let f = 1 / 0, B = 1 / 0;
197
+ if (B = S.length > 0, B) {
198
+ let f = 1 / 0, b = 1 / 0;
199
199
  S.forEach((z) => {
200
- z.x > l.x && (f = Math.min(f, z.x)), z.y > l.y && (B = Math.min(B, z.y));
201
- }), Number.isFinite(f) && (l.w = f - l.x), Number.isFinite(B) && (l.h = B - l.y);
200
+ z.x > l.x && (f = Math.min(f, z.x)), z.y > l.y && (b = Math.min(b, z.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 = g), 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 = g), 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
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as D, ref as v, readonly as E, onUnmounted as K, resolveComponent as f, openBlock as p, createElementBlock as m, createElementVNode as l, createVNode as s, withKeys as R, withCtx as c, createBlock as U, createTextVNode as C, toDisplayString as S, createCommentVNode as $, Fragment as L, renderList as q, normalizeClass as T, withDirectives as A, unref as G, vShow as H } from "vue";
2
- import { c as J, j as O, I as k, a as P, b as Q } from "./index-BfZzxhj6.js";
1
+ import { defineComponent as D, ref as v, readonly as E, onUnmounted as K, resolveComponent as m, openBlock as p, createElementBlock as f, createElementVNode as l, createVNode as s, withKeys as R, withCtx as c, createBlock as U, createTextVNode as C, toDisplayString as S, createCommentVNode as $, Fragment as L, renderList as q, normalizeClass as T, withDirectives as A, unref as G, vShow as H } from "vue";
2
+ import { c as J, j as O, I as k, b as P, _ as Q } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" }, Y = { class: "input-action" }, Z = { class: "input-action-tag-wrapper" }, ee = /* @__PURE__ */ D({
5
5
  __name: "FilterSearch",
@@ -19,9 +19,9 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
19
19
  const n = a.searchTypes.find((u) => u.value === e);
20
20
  n && (t.value = n);
21
21
  }
22
- }, r = v(""), z = (e) => {
22
+ }, r = v(""), b = (e) => {
23
23
  r.value = e;
24
- }, F = () => r.value, b = (e) => {
24
+ }, z = () => r.value, F = (e) => {
25
25
  t.value = e;
26
26
  try {
27
27
  h[a.onSearchTypeChange](d, e);
@@ -44,8 +44,8 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
44
44
  }, N = () => {
45
45
  i.value = !i.value;
46
46
  }, { ruleModule: h, pageMethodMap: d } = J(), y = E({
47
- setSearchValue: z,
48
- getSearchValue: F,
47
+ setSearchValue: b,
48
+ getSearchValue: z,
49
49
  getSearchType: x,
50
50
  setSearchType: I,
51
51
  type: "filterSearch"
@@ -57,8 +57,8 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
57
57
  });
58
58
  }
59
59
  return w(y), (e, n) => {
60
- const u = f("el-tag"), M = f("el-input"), j = f("el-collapse-transition");
61
- return p(), m("div", null, [
60
+ const u = m("el-tag"), M = m("el-input"), j = m("el-collapse-transition");
61
+ return p(), f("div", null, [
62
62
  l("div", W, [
63
63
  s(M, {
64
64
  modelValue: r.value,
@@ -97,9 +97,9 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
97
97
  }, 8, ["modelValue", "placeholder"]),
98
98
  l("div", Y, [
99
99
  l("div", Z, [
100
- (p(!0), m(L, null, q(e.searchTypes, (o) => {
100
+ (p(!0), f(L, null, q(e.searchTypes, (o) => {
101
101
  var g;
102
- return p(), m("div", {
102
+ return p(), f("div", {
103
103
  class: "input-action-tag",
104
104
  key: o.value
105
105
  }, [
@@ -108,7 +108,7 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
108
108
  type: "info",
109
109
  round: "",
110
110
  size: "large",
111
- onClick: (ae) => b(o)
111
+ onClick: (ae) => F(o)
112
112
  }, {
113
113
  default: c(() => [
114
114
  C(S(o.label), 1)
@@ -143,7 +143,7 @@ const W = { class: "filter-search-header" }, X = { class: "input-tag-wrapper" },
143
143
  ]);
144
144
  };
145
145
  }
146
- }), oe = /* @__PURE__ */ Q(ee, [["__scopeId", "data-v-fe61cd4d"]]);
146
+ }), oe = /* @__PURE__ */ Q(ee, [["__scopeId", "data-v-c7b498ea"]]);
147
147
  export {
148
148
  oe as default
149
149
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as S, mergeModels as j, useModel as G, ref as T, computed as M, watch as H, onMounted as J, provide as K, resolveComponent as b, openBlock as l, createElementBlock as _, unref as m, createBlock as s, Fragment as $, renderList as g, withCtx as r, createElementVNode as C, createVNode as v, mergeProps as R, createCommentVNode as y, toDisplayString as F, createTextVNode as O, h as Q } from "vue";
2
- import { u as U, l as w, e as W, f as V, _ as L, h as X } from "./index-BfZzxhj6.js";
2
+ import { u as U, l as w, e as W, f as V, a as L, h as X } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const Y = { class: "vfc-formList" }, Z = { key: 1 }, x = { class: "list-item-content" }, ee = { class: "card-header" }, le = { style: { "margin-top": "5px" } }, oe = /* @__PURE__ */ S({
5
5
  __name: "FormList",
@@ -1,5 +1,5 @@
1
- import { defineComponent as i, computed as o, openBlock as a, createElementBlock as d, normalizeStyle as r, createVNode as l, unref as m } from "vue";
2
- import { a as g } from "./index-BfZzxhj6.js";
1
+ import { defineComponent as i, computed as o, openBlock as d, createElementBlock as a, normalizeStyle as r, createVNode as l, unref as m } from "vue";
2
+ import { b as g } from "./index-DUdJGaTM.js";
3
3
  import "element-plus";
4
4
  const x = /* @__PURE__ */ i({
5
5
  __name: "Grid",
@@ -26,7 +26,7 @@ const x = /* @__PURE__ */ i({
26
26
  "padding-left": p.paddingLeft + "px",
27
27
  "padding-right": p.paddingRight + "px"
28
28
  }));
29
- return (e, s) => (a(), d("div", {
29
+ return (e, s) => (d(), a("div", {
30
30
  class: "form-item-grid",
31
31
  style: r(n.value)
32
32
  }, [