asiaint-lowcode 3.0.55 → 3.0.56

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 (34) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +4 -4
  4. package/dist/lazy/{Card-Blys6lHz.js → Card-MxiwhJ1y.js} +2 -2
  5. package/dist/lazy/{Cascader-BpoH59iv.js → Cascader-ITczLUMk.js} +1 -1
  6. package/dist/lazy/{Checkbox-D161NRJm.js → Checkbox-rGhoGAlg.js} +2 -2
  7. package/dist/lazy/{Collapse-G0jN8IFF.js → Collapse-DhbBZPo6.js} +1 -1
  8. package/dist/lazy/{Component-C32A0l4r.js → Component-CRrLKQZ2.js} +9 -9
  9. package/dist/lazy/{Component-BWnVOyuj.js → Component-CXzDIlhx.js} +1 -1
  10. package/dist/lazy/{Component-CqNVJCa1.js → Component-CarcLjOm.js} +2 -2
  11. package/dist/lazy/{Component-BmUPHdWz.js → Component-CmOqXPJL.js} +1 -1
  12. package/dist/lazy/{Component-B8sb1TQu.js → Component-Cqm7zV2O.js} +1 -1
  13. package/dist/lazy/{Component-vDCTtl4Z.js → Component-DiOD_tJr.js} +2 -2
  14. package/dist/lazy/{CurdCard-tSb2xu45.js → CurdCard-B-bPdkgr.js} +15 -16
  15. package/dist/lazy/{Custom-7d0dHQLt.js → Custom-wmx4e9i6.js} +7 -7
  16. package/dist/lazy/{FormList-B4pdDhso.js → FormList-DD0xn8gn.js} +1 -1
  17. package/dist/lazy/{Grid-Cgk2pVX4.js → Grid-CYx06G2O.js} +1 -1
  18. package/dist/lazy/{Inline-HWgRSJyd.js → Inline-CaN7qRGu.js} +7 -7
  19. package/dist/lazy/{JsonEdit-ZpvuDBpy.js → JsonEdit-_d1qjXaw.js} +3 -3
  20. package/dist/lazy/{LogList-8mgpZC18.js → LogList-CUl9fHiw.js} +7 -7
  21. package/dist/lazy/{ObjGroup-Bn2oEnIj.js → ObjGroup-DM-oSRhA.js} +1 -1
  22. package/dist/lazy/{OfferDetails-B9Tqmm6a.js → OfferDetails-CL0x-0E7.js} +24 -24
  23. package/dist/lazy/{Progress-CHUQjBEa.js → Progress-Dhaqa4cx.js} +5 -5
  24. package/dist/lazy/{Radio-BIFrGQex.js → Radio-2N7Tn6tM.js} +2 -2
  25. package/dist/lazy/{SearchSelect-DlPkleD6.js → SearchSelect-CzQuUTnv.js} +14 -14
  26. package/dist/lazy/{Select-CgmHoDCa.js → Select-Dv63NBLQ.js} +2 -2
  27. package/dist/lazy/{Table-DSbrNuqE.js → Table-AHpCBt_W.js} +2 -2
  28. package/dist/lazy/{Tabs-CdNTde0b.js → Tabs-CpFPxEmu.js} +1 -1
  29. package/dist/lazy/{Wrapper-BQ5YQWCq.js → Wrapper-CuKKEzyX.js} +2 -2
  30. package/dist/lazy/{index-vejK42e5.js → index-BOgH47ye.js} +41 -41
  31. package/dist/lazy/{useSelect-B2PrauuM.js → useSelect-BE3Wiodw.js} +1 -1
  32. package/dist/style.css +2 -2
  33. package/global.d.ts +10 -10
  34. package/package.json +36 -36
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as w, mergeModels as A, useModel as F, inject as S, resolveComponent as f, resolveDirective as I, openBlock as o, createElementBlock as i, toDisplayString as b, unref as u, withDirectives as N, createBlock as k, mergeProps as j, withCtx as y, Fragment as P, renderList as $, createTextVNode as E, createVNode as C } from "vue";
2
- import { u as L, _ as O, b as T } from "./index-vejK42e5.js";
3
- import { u as U } from "./useSelect-B2PrauuM.js";
2
+ import { u as L, _ as O, b as T } from "./index-BOgH47ye.js";
3
+ import { u as U } from "./useSelect-BE3Wiodw.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -29,10 +29,10 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
29
29
  }),
30
30
  emits: ["update:modelValue"],
31
31
  setup(v) {
32
- const t = v, r = F(v, "modelValue"), h = L(), c = S("ruleModule", void 0), _ = S("pageMethodMap", {}), M = (e) => {
33
- const { valueKey: d = "value", multiple: m, name: p } = t;
32
+ const t = v, d = F(v, "modelValue"), h = L(), c = S("ruleModule", void 0), _ = S("pageMethodMap", {}), M = (e) => {
33
+ const { valueKey: s = "value", multiple: m, name: p } = t;
34
34
  let n = {};
35
- if (m && Array.isArray(e) ? n = s.value.filter((a) => e.includes(a[d])) : n = s.value.find((a) => a[d] === e) || {}, h.selectData && p && h.updateSelectData(p, n), t.onChange && c)
35
+ if (m && Array.isArray(e) ? n = r.value.filter((a) => e.includes(a[s])) : n = r.value.find((a) => a[s] === e) || {}, h.selectData && p && h.updateSelectData(p, n), t.onChange && c)
36
36
  try {
37
37
  c[t.onChange](_, e, n);
38
38
  } catch (a) {
@@ -45,19 +45,19 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
45
45
  } catch (e) {
46
46
  console.error(e);
47
47
  }
48
- }, { currentOptions: s, loading: V } = U(t);
49
- return (e, d) => {
48
+ }, { currentOptions: r, loading: V } = U(t);
49
+ return (e, s) => {
50
50
  var g;
51
51
  const m = f("el-option"), p = f("el-select"), n = f("el-button"), a = I("loading");
52
52
  return e.read ? (o(), i("div", q, [
53
- e.multiple ? (o(), i("div", z, b(r.value && r.value.map((l) => {
53
+ e.multiple ? (o(), i("div", z, b(d.value && d.value.map((l) => {
54
54
  var K;
55
- return (K = u(s).find((D) => D[e.valueKey] === l)) == null ? void 0 : K[e.labelKey];
56
- }).join("、")), 1)) : (o(), i("div", G, b(((g = u(s).find((l) => l[e.valueKey] === r.value)) == null ? void 0 : g[e.labelKey]) || "--"), 1))
55
+ return (K = u(r).find((D) => D[e.valueKey] === l)) == null ? void 0 : K[e.labelKey];
56
+ }).join("、")), 1)) : (o(), i("div", G, b(((g = u(r).find((l) => l[e.valueKey] === d.value)) == null ? void 0 : g[e.labelKey]) || "--"), 1))
57
57
  ])) : (o(), i("div", H, [
58
58
  N((o(), k(p, j({
59
- modelValue: r.value,
60
- "onUpdate:modelValue": d[0] || (d[0] = (l) => r.value = l)
59
+ modelValue: d.value,
60
+ "onUpdate:modelValue": s[0] || (s[0] = (l) => d.value = l)
61
61
  }, e.$attrs, {
62
62
  onChange: M,
63
63
  multiple: e.multiple,
@@ -66,7 +66,7 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
66
66
  disabled: e.disabled
67
67
  }), {
68
68
  default: y(() => [
69
- (o(!0), i(P, null, $(u(s), (l) => (o(), k(m, {
69
+ (o(!0), i(P, null, $(u(r), (l) => (o(), k(m, {
70
70
  key: l[e.valueKey],
71
71
  label: l[e.labelKey],
72
72
  value: l[e.valueKey],
@@ -95,7 +95,7 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
95
95
  ]));
96
96
  };
97
97
  }
98
- }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-ce5f6b46"]]);
98
+ }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-da2bde35"]]);
99
99
  export {
100
100
  X as default
101
101
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, mergeModels as k, useModel as B, inject as f, computed as D, resolveComponent as y, resolveDirective as S, openBlock as s, createElementBlock as i, toDisplayString as v, createBlock as b, mergeProps as A, withCtx as g, withDirectives as F, Fragment as j, renderList as w, unref as h, createTextVNode as I } from "vue";
2
- import { u as N } from "./index-vejK42e5.js";
3
- import { u as P } from "./useSelect-B2PrauuM.js";
2
+ import { u as N } from "./index-BOgH47ye.js";
3
+ import { u as P } from "./useSelect-BE3Wiodw.js";
4
4
  const $ = { key: 0 }, E = { style: { "min-height": "32px" } }, U = /* @__PURE__ */ _({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ k({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as ke, computed as V, inject as w, ref as v, useTemplateRef as we, readonly as be, toRefs as Se, onMounted as ze, nextTick as Re, onActivated as Be, onUnmounted as Pe, resolveComponent as R, openBlock as u, createElementBlock as g, normalizeClass as U, withDirectives as j, createElementVNode as f, createVNode as b, unref as B, withCtx as h, createBlock as S, createCommentVNode as m, Fragment as P, renderList as G, toDisplayString as _, withModifiers as _e, vShow as H, mergeProps as Ne } from "vue";
2
- import { $ as Me, i as Te, _ as De, f as Fe, I as $e, C as Ae, b as Ee } from "./index-vejK42e5.js";
2
+ import { $ as Me, i as Te, _ as De, f as Fe, I as $e, C as Ae, b as Ee } from "./index-BOgH47ye.js";
3
3
  import { ElTable as Ve } from "element-plus";
4
4
  const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"], He = ["title"], Ke = { class: "row-btn-wrapper" }, Le = /* @__PURE__ */ ke({
5
5
  __name: "Table",
@@ -323,7 +323,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
323
323
  ], 2));
324
324
  };
325
325
  }
326
- }), Je = /* @__PURE__ */ Ee(Le, [["__scopeId", "data-v-6e2d7939"]]);
326
+ }), Je = /* @__PURE__ */ Ee(Le, [["__scopeId", "data-v-328a34d4"]]);
327
327
  export {
328
328
  Je as default
329
329
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as i, ref as m, watch as _, onMounted as h, resolveComponent as a, openBlock as l, createBlock as c, mergeProps as u, withCtx as d, createElementBlock as b, Fragment as v, renderList as y, createVNode as k, unref as K } from "vue";
2
- import { a as V } from "./index-vejK42e5.js";
2
+ import { a as V } from "./index-BOgH47ye.js";
3
3
  import "element-plus";
4
4
  const w = /* @__PURE__ */ i({
5
5
  __name: "Tabs",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as t, resolveComponent as n, openBlock as r, createElementBlock as a, normalizeStyle as s, createVNode as o, withCtx as p, withDirectives as i, createElementVNode as c, normalizeClass as m, unref as _, vShow as d } from "vue";
2
- import { a as f, b as u } from "./index-vejK42e5.js";
2
+ import { a as f, b as u } from "./index-BOgH47ye.js";
3
3
  import "element-plus";
4
4
  const y = /* @__PURE__ */ t({
5
5
  __name: "Wrapper",
@@ -30,7 +30,7 @@ const y = /* @__PURE__ */ t({
30
30
  ], 4);
31
31
  };
32
32
  }
33
- }), w = /* @__PURE__ */ u(y, [["__scopeId", "data-v-438b622d"]]);
33
+ }), w = /* @__PURE__ */ u(y, [["__scopeId", "data-v-78b03d5f"]]);
34
34
  export {
35
35
  w as default
36
36
  };
@@ -10048,7 +10048,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10048
10048
  }, T4 = {
10049
10049
  title: "卡片",
10050
10050
  component: "Card",
10051
- render: zA(() => import("./Card-Blys6lHz.js")),
10051
+ render: zA(() => import("./Card-MxiwhJ1y.js")),
10052
10052
  icon: fA(cA, { name: "card" }),
10053
10053
  type: "layout",
10054
10054
  order: 1,
@@ -10281,7 +10281,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10281
10281
  component: "Cascader",
10282
10282
  attrSchema: j4,
10283
10283
  order: 7,
10284
- render: zA(() => import("./Cascader-BpoH59iv.js"))
10284
+ render: zA(() => import("./Cascader-ITczLUMk.js"))
10285
10285
  }, W4 = {
10286
10286
  size: "small",
10287
10287
  labelPosition: "top",
@@ -10325,7 +10325,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10325
10325
  type: "basic",
10326
10326
  order: 14,
10327
10327
  attrSchema: W4,
10328
- render: zA(() => import("./JsonEdit-ZpvuDBpy.js"))
10328
+ render: zA(() => import("./JsonEdit-_d1qjXaw.js"))
10329
10329
  }, X4 = {
10330
10330
  size: "small",
10331
10331
  labelPosition: "top",
@@ -10425,7 +10425,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10425
10425
  icon: fA(cA, { name: "checkbox" }),
10426
10426
  type: "basic",
10427
10427
  component: "Checkbox",
10428
- render: zA(() => import("./Checkbox-D161NRJm.js")),
10428
+ render: zA(() => import("./Checkbox-rGhoGAlg.js")),
10429
10429
  order: 4,
10430
10430
  attrSchema: X4
10431
10431
  }, e2 = {
@@ -10572,7 +10572,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10572
10572
  }, s2 = {
10573
10573
  title: "自定义组件",
10574
10574
  component: "Custom",
10575
- render: zA(() => import("./Custom-7d0dHQLt.js")),
10575
+ render: zA(() => import("./Custom-wmx4e9i6.js")),
10576
10576
  icon: fA(cA, { name: "custom" }),
10577
10577
  type: "high",
10578
10578
  order: 99,
@@ -10763,7 +10763,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10763
10763
  }, E2 = {
10764
10764
  title: "电子签名",
10765
10765
  component: "Esign",
10766
- render: zA(() => import("./Component-vDCTtl4Z.js")),
10766
+ render: zA(() => import("./Component-DiOD_tJr.js")),
10767
10767
  icon: fA(cA, { name: "esign" }),
10768
10768
  type: "basic",
10769
10769
  order: 11,
@@ -10865,7 +10865,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10865
10865
  icon: fA(cA, { name: "radio" }),
10866
10866
  type: "basic",
10867
10867
  component: "Radio",
10868
- render: zA(() => import("./Radio-BIFrGQex.js")),
10868
+ render: zA(() => import("./Radio-2N7Tn6tM.js")),
10869
10869
  order: 3.5,
10870
10870
  attrSchema: c2
10871
10871
  }, l2 = {
@@ -10954,7 +10954,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10954
10954
  }, I2 = {
10955
10955
  title: "自增容器",
10956
10956
  component: "FormList",
10957
- render: zA(() => import("./FormList-B4pdDhso.js")),
10957
+ render: zA(() => import("./FormList-DD0xn8gn.js")),
10958
10958
  icon: fA(cA, { name: "formList" }),
10959
10959
  type: "high",
10960
10960
  order: 20,
@@ -10964,7 +10964,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
10964
10964
  type: "layout",
10965
10965
  icon: fA(cA, { name: "grid" }),
10966
10966
  component: "Grid",
10967
- render: zA(() => import("./Grid-Cgk2pVX4.js")),
10967
+ render: zA(() => import("./Grid-CYx06G2O.js")),
10968
10968
  order: 3,
10969
10969
  lbTitle: !0,
10970
10970
  attrSchema: {
@@ -11006,7 +11006,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11006
11006
  icon: fA(cA, { name: "inline" }),
11007
11007
  type: "layout",
11008
11008
  component: "Inline",
11009
- render: zA(() => import("./Inline-HWgRSJyd.js")),
11009
+ render: zA(() => import("./Inline-CaN7qRGu.js")),
11010
11010
  order: 2,
11011
11011
  lbTitle: !0,
11012
11012
  attrSchema: {
@@ -11125,7 +11125,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11125
11125
  type: "basic",
11126
11126
  order: 5,
11127
11127
  component: "InputNumber",
11128
- render: zA(() => import("./Component-BWnVOyuj.js")),
11128
+ render: zA(() => import("./Component-CXzDIlhx.js")),
11129
11129
  attrSchema: p2
11130
11130
  }, D2 = {
11131
11131
  size: "small",
@@ -11353,7 +11353,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11353
11353
  type: "basic",
11354
11354
  icon: fA(cA, { name: "select" }),
11355
11355
  component: "Select",
11356
- render: zA(() => import("./Select-CgmHoDCa.js")),
11356
+ render: zA(() => import("./Select-Dv63NBLQ.js")),
11357
11357
  order: 3,
11358
11358
  attrSchema: b2
11359
11359
  }, _2 = {
@@ -11696,7 +11696,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11696
11696
  ]
11697
11697
  }, G2 = {
11698
11698
  title: "开关",
11699
- render: zA(() => import("./Component-BmUPHdWz.js")),
11699
+ render: zA(() => import("./Component-CmOqXPJL.js")),
11700
11700
  component: "Switch",
11701
11701
  icon: fA(cA, { name: "switch" }),
11702
11702
  type: "basic",
@@ -11873,7 +11873,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11873
11873
  }, x2 = {
11874
11874
  title: "上传",
11875
11875
  component: "Upload",
11876
- render: zA(() => import("./Component-B8sb1TQu.js")),
11876
+ render: zA(() => import("./Component-Cqm7zV2O.js")),
11877
11877
  icon: fA(cA, { name: "upload" }),
11878
11878
  type: "basic",
11879
11879
  order: 10,
@@ -11909,7 +11909,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11909
11909
  }, S2 = {
11910
11910
  title: "图形验证码",
11911
11911
  component: "VerifyCode",
11912
- render: zA(() => import("./Component-CqNVJCa1.js")),
11912
+ render: zA(() => import("./Component-CarcLjOm.js")),
11913
11913
  icon: fA(cA, { name: "verifyCode" }),
11914
11914
  type: "high",
11915
11915
  order: 18,
@@ -11917,7 +11917,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11917
11917
  }, Y2 = {
11918
11918
  title: "折叠面板",
11919
11919
  component: "Collapse",
11920
- render: zA(() => import("./Collapse-G0jN8IFF.js")),
11920
+ render: zA(() => import("./Collapse-DhbBZPo6.js")),
11921
11921
  icon: fA(cA, { name: "collapse" }),
11922
11922
  type: "layout",
11923
11923
  order: 4,
@@ -11972,7 +11972,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
11972
11972
  }, J2 = {
11973
11973
  title: "选项卡",
11974
11974
  component: "Tabs",
11975
- render: zA(() => import("./Tabs-CdNTde0b.js")),
11975
+ render: zA(() => import("./Tabs-CpFPxEmu.js")),
11976
11976
  icon: fA(cA, { name: "tabs" }),
11977
11977
  type: "layout",
11978
11978
  order: 4,
@@ -12088,7 +12088,7 @@ const P4 = /* @__PURE__ */ sA(R4, [["render", K4]]), x4 = /* @__PURE__ */ Object
12088
12088
  icon: fA(cA, { name: "itemGroup" }),
12089
12089
  type: "high",
12090
12090
  component: "ObjGroup",
12091
- render: zA(() => import("./ObjGroup-Bn2oEnIj.js")),
12091
+ render: zA(() => import("./ObjGroup-DM-oSRhA.js")),
12092
12092
  order: 2,
12093
12093
  lbTitle: !0,
12094
12094
  attrSchema: {
@@ -12450,7 +12450,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12450
12450
  }, 16, ["modelValue", "disabled"]));
12451
12451
  };
12452
12452
  }
12453
- }), t_ = /* @__PURE__ */ sA(e_, [["__scopeId", "data-v-d6e41e79"]]), n_ = {
12453
+ }), t_ = /* @__PURE__ */ sA(e_, [["__scopeId", "data-v-82f56229"]]), n_ = {
12454
12454
  title: "搜索输入",
12455
12455
  component: "SearchInput",
12456
12456
  icon: fA(cA, { name: "search" }),
@@ -12536,7 +12536,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12536
12536
  type: "high",
12537
12537
  icon: fA(cA, { name: "searchSelect" }),
12538
12538
  component: "SearchSelect",
12539
- render: zA(() => import("./SearchSelect-DlPkleD6.js")),
12539
+ render: zA(() => import("./SearchSelect-CzQuUTnv.js")),
12540
12540
  order: 3,
12541
12541
  attrSchema: a_
12542
12542
  }, s_ = {
@@ -12595,7 +12595,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12595
12595
  }, null, 8, g_)
12596
12596
  ], 6));
12597
12597
  }
12598
- }), Xe = /* @__PURE__ */ sA(o_, [["__scopeId", "data-v-d0c43fa5"]]), B_ = /* @__PURE__ */ NA({
12598
+ }), Xe = /* @__PURE__ */ sA(o_, [["__scopeId", "data-v-3107108f"]]), B_ = /* @__PURE__ */ NA({
12599
12599
  __name: "button",
12600
12600
  props: {
12601
12601
  buttonText: {},
@@ -12637,7 +12637,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12637
12637
  }, 16, ["color", "class", "plain", "loading"]));
12638
12638
  };
12639
12639
  }
12640
- }), r_ = /* @__PURE__ */ sA(B_, [["__scopeId", "data-v-a4461be9"]]), Q_ = {
12640
+ }), r_ = /* @__PURE__ */ sA(B_, [["__scopeId", "data-v-a2081a25"]]), Q_ = {
12641
12641
  title: "按钮",
12642
12642
  component: "Button",
12643
12643
  icon: fA(cA, { name: "button" }),
@@ -12732,7 +12732,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12732
12732
  }, c_ = {
12733
12733
  title: "树",
12734
12734
  component: "Tree",
12735
- render: zA(() => import("./Component-C32A0l4r.js")),
12735
+ render: zA(() => import("./Component-CRrLKQZ2.js")),
12736
12736
  icon: fA(cA, { name: "tree" }),
12737
12737
  type: "assist",
12738
12738
  order: 7,
@@ -12793,11 +12793,11 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12793
12793
  type: "assist",
12794
12794
  order: 8,
12795
12795
  attrSchema: C_,
12796
- render: zA(() => import("./Table-DSbrNuqE.js"))
12796
+ render: zA(() => import("./Table-AHpCBt_W.js"))
12797
12797
  }, I_ = {
12798
12798
  title: "curd模版卡片",
12799
12799
  component: "CurdCard",
12800
- render: zA(() => import("./CurdCard-tSb2xu45.js")),
12800
+ render: zA(() => import("./CurdCard-B-bPdkgr.js")),
12801
12801
  icon: fA(cA, { name: "card" }),
12802
12802
  type: "layout",
12803
12803
  order: 6,
@@ -12813,7 +12813,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12813
12813
  }, u_ = {
12814
12814
  title: "普通div容器",
12815
12815
  component: "Wrapper",
12816
- render: zA(() => import("./Wrapper-BQ5YQWCq.js")),
12816
+ render: zA(() => import("./Wrapper-CuKKEzyX.js")),
12817
12817
  icon: fA(cA, { name: "card" }),
12818
12818
  type: "layout",
12819
12819
  order: 7,
@@ -12927,7 +12927,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
12927
12927
  ]);
12928
12928
  };
12929
12929
  }
12930
- }), G_ = /* @__PURE__ */ sA(N_, [["__scopeId", "data-v-e9865334"]]), L_ = {
12930
+ }), G_ = /* @__PURE__ */ sA(N_, [["__scopeId", "data-v-1dfad32d"]]), L_ = {
12931
12931
  key: 0,
12932
12932
  class: "empty-content"
12933
12933
  }, R_ = /* @__PURE__ */ NA({
@@ -13028,7 +13028,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
13028
13028
  ])) : uA("", !0)
13029
13029
  ]));
13030
13030
  }
13031
- }), lB = /* @__PURE__ */ sA(R_, [["__scopeId", "data-v-6a95a0b2"]]), H_ = {
13031
+ }), lB = /* @__PURE__ */ sA(R_, [["__scopeId", "data-v-d7c09f63"]]), H_ = {
13032
13032
  title: "卡片列表",
13033
13033
  component: "CardList",
13034
13034
  render: lB,
@@ -13043,7 +13043,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
13043
13043
  }, K_ = {
13044
13044
  title: "定制化组件(OfferDetails)",
13045
13045
  component: "OfferDetails",
13046
- render: zA(() => import("./OfferDetails-B9Tqmm6a.js")),
13046
+ render: zA(() => import("./OfferDetails-CL0x-0E7.js")),
13047
13047
  icon: fA(cA, { name: "card" }),
13048
13048
  type: "assist",
13049
13049
  order: 1,
@@ -13055,7 +13055,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
13055
13055
  }, P_ = {
13056
13056
  title: "定制化组件(Progress)",
13057
13057
  component: "Progress",
13058
- render: zA(() => import("./Progress-CHUQjBEa.js")),
13058
+ render: zA(() => import("./Progress-Dhaqa4cx.js")),
13059
13059
  icon: fA(cA, { name: "card" }),
13060
13060
  type: "assist",
13061
13061
  order: 1,
@@ -13067,7 +13067,7 @@ const T2 = /* @__PURE__ */ sA(z2, [["render", q2]]), j2 = {
13067
13067
  }, x_ = {
13068
13068
  title: "日志列表",
13069
13069
  component: "LogList",
13070
- render: zA(() => import("./LogList-8mgpZC18.js")),
13070
+ render: zA(() => import("./LogList-CUl9fHiw.js")),
13071
13071
  icon: fA(cA, { name: "card" }),
13072
13072
  type: "assist",
13073
13073
  order: 12,
@@ -20978,7 +20978,7 @@ const uN = {
20978
20978
  ])) : uA("", !0);
20979
20979
  };
20980
20980
  }
20981
- }), Ag = /* @__PURE__ */ sA(kN, [["__scopeId", "data-v-23bd295e"]]), vN = {
20981
+ }), Ag = /* @__PURE__ */ sA(kN, [["__scopeId", "data-v-d29b257a"]]), vN = {
20982
20982
  key: 0,
20983
20983
  class: "dropdown-render-wrapper"
20984
20984
  }, NN = /* @__PURE__ */ NA({
@@ -21040,7 +21040,7 @@ const uN = {
21040
21040
  ])) : uA("", !0);
21041
21041
  };
21042
21042
  }
21043
- }), GN = /* @__PURE__ */ sA(NN, [["__scopeId", "data-v-371c9c46"]]), zl = (t) => {
21043
+ }), GN = /* @__PURE__ */ sA(NN, [["__scopeId", "data-v-37daa772"]]), zl = (t) => {
21044
21044
  let A = [];
21045
21045
  for (const e of t)
21046
21046
  e.component === "Table" && e.name && A.push(e.name), e.children && Array.isArray(e.children) && (A = A.concat(zl(e.children)));
@@ -21804,7 +21804,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
21804
21804
  }, 8, ["modelValue", "title"]);
21805
21805
  };
21806
21806
  }
21807
- }), TN = /* @__PURE__ */ sA(qN, [["__scopeId", "data-v-efb36be4"]]), jN = /* @__PURE__ */ NA({
21807
+ }), TN = /* @__PURE__ */ sA(qN, [["__scopeId", "data-v-1bcfb7d6"]]), jN = /* @__PURE__ */ NA({
21808
21808
  __name: "ChangeLang",
21809
21809
  setup(t) {
21810
21810
  const A = qA("asiaint-lang");
@@ -22091,7 +22091,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
22091
22091
  }, 8, ["modelValue", "title"]);
22092
22092
  };
22093
22093
  }
22094
- }), nG = /* @__PURE__ */ sA(tG, [["__scopeId", "data-v-1f9620a4"]]), aG = /* @__PURE__ */ NA({
22094
+ }), nG = /* @__PURE__ */ sA(tG, [["__scopeId", "data-v-e4ab3ef4"]]), aG = /* @__PURE__ */ NA({
22095
22095
  __name: "index",
22096
22096
  setup(t) {
22097
22097
  const A = In(), e = UA(!1), n = UA(!1), s = OA(() => [
@@ -23112,7 +23112,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
23112
23112
  }, 16, ["class"]);
23113
23113
  };
23114
23114
  }
23115
- }), wG = /* @__PURE__ */ sA(uG, [["__scopeId", "data-v-217aeb48"]]), pG = ["id"], dG = { class: "empty-content" }, DG = ["title"], hG = ["title", "onClick"], mG = ["title"], fG = { class: "row-btn-wrapper" }, bG = { class: "empty-content" }, yG = ["title"], _G = ["title", "onClick"], MG = ["title"], FG = { class: "row-btn-wrapper" }, kG = /* @__PURE__ */ NA({
23115
+ }), wG = /* @__PURE__ */ sA(uG, [["__scopeId", "data-v-3bf3fee7"]]), pG = ["id"], dG = { class: "empty-content" }, DG = ["title"], hG = ["title", "onClick"], mG = ["title"], fG = { class: "row-btn-wrapper" }, bG = { class: "empty-content" }, yG = ["title"], _G = ["title", "onClick"], MG = ["title"], FG = { class: "row-btn-wrapper" }, kG = /* @__PURE__ */ NA({
23116
23116
  __name: "index",
23117
23117
  props: /* @__PURE__ */ Ft({
23118
23118
  design: { type: Boolean },
@@ -23586,7 +23586,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
23586
23586
  ], 8, pG));
23587
23587
  };
23588
23588
  }
23589
- }), jl = /* @__PURE__ */ sA(kG, [["__scopeId", "data-v-6718bdb6"]]), vG = ["id"], NG = { class: "tab-label" }, GG = { class: "tab-label-text" }, LG = {
23589
+ }), jl = /* @__PURE__ */ sA(kG, [["__scopeId", "data-v-6dc432a9"]]), vG = ["id"], NG = { class: "tab-label" }, GG = { class: "tab-label-text" }, LG = {
23590
23590
  key: 0,
23591
23591
  class: "divider"
23592
23592
  }, RG = /* @__PURE__ */ NA({
@@ -23687,7 +23687,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
23687
23687
  ], 8, vG);
23688
23688
  };
23689
23689
  }
23690
- }), HG = /* @__PURE__ */ sA(RG, [["__scopeId", "data-v-5dfeb267"]]), KG = ["id"], PG = { class: "info-card" }, xG = { class: "info-card-header" }, UG = { class: "left-part" }, SG = { class: "title-part" }, YG = { class: "sub-title-container" }, JG = { class: "sub-title" }, OG = { class: "right-part" }, zG = { class: "info-card-detail" }, ZG = { class: "label" }, qG = {
23690
+ }), HG = /* @__PURE__ */ sA(RG, [["__scopeId", "data-v-24504834"]]), KG = ["id"], PG = { class: "info-card" }, xG = { class: "info-card-header" }, UG = { class: "left-part" }, SG = { class: "title-part" }, YG = { class: "sub-title-container" }, JG = { class: "sub-title" }, OG = { class: "right-part" }, zG = { class: "info-card-detail" }, ZG = { class: "label" }, qG = {
23691
23691
  key: 0,
23692
23692
  class: "divider"
23693
23693
  }, TG = /* @__PURE__ */ NA({
@@ -23798,7 +23798,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
23798
23798
  ], 8, KG));
23799
23799
  };
23800
23800
  }
23801
- }), jG = /* @__PURE__ */ sA(TG, [["__scopeId", "data-v-55c16e91"]]), $G = ["id"], WG = { class: "left-part" }, VG = { class: "nav-title" }, XG = ["onClick"], A3 = { class: "nav-footer" }, e3 = { class: "left-actions" }, t3 = ["onClick"], n3 = { class: "footer-text" }, a3 = {
23801
+ }), jG = /* @__PURE__ */ sA(TG, [["__scopeId", "data-v-ea483bea"]]), $G = ["id"], WG = { class: "left-part" }, VG = { class: "nav-title" }, XG = ["onClick"], A3 = { class: "nav-footer" }, e3 = { class: "left-actions" }, t3 = ["onClick"], n3 = { class: "footer-text" }, a3 = {
23802
23802
  key: 1,
23803
23803
  class: "divider"
23804
23804
  }, i3 = { class: "right-actions" }, s3 = /* @__PURE__ */ NA({
@@ -23904,7 +23904,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
23904
23904
  ])
23905
23905
  ], 14, $G));
23906
23906
  }
23907
- }), g3 = /* @__PURE__ */ sA(s3, [["__scopeId", "data-v-fdcffac4"]]), o3 = ["id"], B3 = /* @__PURE__ */ NA({
23907
+ }), g3 = /* @__PURE__ */ sA(s3, [["__scopeId", "data-v-a11b156f"]]), o3 = ["id"], B3 = /* @__PURE__ */ NA({
23908
23908
  __name: "index",
23909
23909
  props: {
23910
23910
  ruleMap: {},
@@ -24341,7 +24341,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, JN = (t) =>
24341
24341
  ]);
24342
24342
  };
24343
24343
  }
24344
- }), $l = /* @__PURE__ */ sA(B3, [["__scopeId", "data-v-31a7d2e9"]]), r3 = (t, A = {}) => {
24344
+ }), $l = /* @__PURE__ */ sA(B3, [["__scopeId", "data-v-33c93a8a"]]), r3 = (t, A = {}) => {
24345
24345
  t.provide(xn, A), t.component("FormRender", kt), t.component("FormDesign", cG), t.component("TableRender", jl), t.component("PageRender", $l);
24346
24346
  }, p3 = { install: r3 };
24347
24347
  export {
@@ -1,5 +1,5 @@
1
1
  import { inject as D, ref as v, toRaw as y, onMounted as I, watch as l } from "vue";
2
- import { $ as P, u as S, l as h, h as g } from "./index-vejK42e5.js";
2
+ import { $ as P, u as S, l as h, h as g } from "./index-BOgH47ye.js";
3
3
  import "element-plus";
4
4
  const q = () => {
5
5
  const { fetchOptionsFn: e } = D(P);