asiaint-lowcode 3.0.72 → 3.0.74

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 (36) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +3 -3
  3. package/dist/asiaint-lowcode.umd.cjs +172 -172
  4. package/dist/index.d.ts +95 -7
  5. package/dist/lazy/{Card-CRilKfuV.js → Card-BLkyronF.js} +2 -2
  6. package/dist/lazy/{Cascader-BlIbtate.js → Cascader-BWayPZsj.js} +1 -1
  7. package/dist/lazy/{Checkbox-go9itXeu.js → Checkbox-B0f2osCE.js} +2 -2
  8. package/dist/lazy/{Collapse-CZQ_vWtt.js → Collapse-CwiKPgVS.js} +1 -1
  9. package/dist/lazy/{Component-BSF_fwB4.js → Component-B0YN5w1O.js} +1 -1
  10. package/dist/lazy/{Component-Bk-xJjyk.js → Component-BTW9MMvF.js} +1 -1
  11. package/dist/lazy/{Component-CISqVztz.js → Component-BgbXAvZP.js} +13 -13
  12. package/dist/lazy/{Component-IPxZoz3v.js → Component-CxjtIKb4.js} +2 -2
  13. package/dist/lazy/{Component-BW6CbeXE.js → Component-DN6wPVjw.js} +2 -2
  14. package/dist/lazy/{Component-aRkrGdgO.js → Component-DtKK0pz0.js} +1 -1
  15. package/dist/lazy/{CurdCard-C_bsP2uw.js → CurdCard-YilgvVgg.js} +2 -2
  16. package/dist/lazy/{Custom-Bqn12caK.js → Custom-BHrk3rwy.js} +7 -7
  17. package/dist/lazy/DragList-BfxZ0XM8.js +316 -0
  18. package/dist/lazy/{FormList-A-7VjjUu.js → FormList-Bve4HUdY.js} +1 -1
  19. package/dist/lazy/{Grid-tqt3YggG.js → Grid-gYua8Lbh.js} +10 -9
  20. package/dist/lazy/{Inline-Bly1Vszx.js → Inline-DP_W3TA1.js} +11 -10
  21. package/dist/lazy/{JsonEdit-CqIDA3Cq.js → JsonEdit-DspEkIiw.js} +3 -3
  22. package/dist/lazy/{LogList-tieDik_9.js → LogList-BJ0N-SZh.js} +7 -7
  23. package/dist/lazy/{ObjGroup-Cy3rSMRt.js → ObjGroup-DwogU-tX.js} +1 -1
  24. package/dist/lazy/{OfferDetails-B5g9M1zJ.js → OfferDetails-BRQXALnl.js} +24 -24
  25. package/dist/lazy/{Progress-uNG6WyFa.js → Progress-CZiRwjox.js} +5 -5
  26. package/dist/lazy/{Radio-Bi_nAWMf.js → Radio-DAQ63lEp.js} +2 -2
  27. package/dist/lazy/{SearchSelect-Bmw8-MK1.js → SearchSelect-B4rd3IEr.js} +11 -11
  28. package/dist/lazy/{Select-CSRrYvU4.js → Select-B9ka9Z-o.js} +2 -2
  29. package/dist/lazy/{Table-VI54hIfg.js → Table-BT_PlC1e.js} +2 -2
  30. package/dist/lazy/{Tabs-V4StTdSe.js → Tabs-D_jMk0g4.js} +1 -1
  31. package/dist/lazy/{Wrapper-BSrHdL1z.js → Wrapper-Db2njs9z.js} +5 -5
  32. package/dist/lazy/{index-Cd-df-Qv.js → index-CPs7U1jG.js} +12677 -8827
  33. package/dist/lazy/{useSelect-DZxuySb1.js → useSelect-DBsTZmYm.js} +1 -1
  34. package/dist/style.css +2 -2
  35. package/global.d.ts +10 -10
  36. package/package.json +36 -36
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as F, mergeModels as w, useModel as A, inject as S, resolveComponent as f, resolveDirective as I, openBlock as o, createElementBlock as i, toDisplayString as y, unref as u, withDirectives as N, createBlock as k, mergeProps as j, withCtx as b, Fragment as P, renderList as $, createTextVNode as E, createVNode as B } from "vue";
2
- import { u as L, _ as O, b as T } from "./index-Cd-df-Qv.js";
3
- import { u as U } from "./useSelect-DZxuySb1.js";
2
+ import { u as L, _ as O, b as T } from "./index-CPs7U1jG.js";
3
+ import { u as U } from "./useSelect-DBsTZmYm.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -31,9 +31,9 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
31
31
  emits: ["update:modelValue"],
32
32
  setup(v) {
33
33
  const t = v, r = A(v, "modelValue"), h = L(), c = S("ruleModule", void 0), g = S("pageMethodMap", {}), C = (e) => {
34
- const { valueKey: s = "value", multiple: m, name: p } = t;
34
+ const { valueKey: d = "value", multiple: m, name: p } = t;
35
35
  let n = {};
36
- if (m && Array.isArray(e) ? n = d.value.filter((a) => e.includes(a[s])) : n = d.value.find((a) => a[s] === e) || {}, h.selectData && p && h.updateSelectData(p, n), t.onChange && c)
36
+ 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)
37
37
  try {
38
38
  c[t.onChange](g, e, n);
39
39
  } catch (a) {
@@ -46,19 +46,19 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
46
46
  } catch (e) {
47
47
  console.error(e);
48
48
  }
49
- }, { currentOptions: d, loading: V } = U(t);
50
- return (e, s) => {
49
+ }, { currentOptions: s, loading: V } = U(t);
50
+ return (e, d) => {
51
51
  var _;
52
52
  const m = f("el-option"), p = f("el-select"), n = f("el-button"), a = I("loading");
53
53
  return e.read ? (o(), i("div", q, [
54
54
  e.multiple ? (o(), i("div", z, y(r.value && r.value.map((l) => {
55
55
  var K;
56
- return (K = u(d).find((D) => D[e.valueKey] === l)) == null ? void 0 : K[e.labelKey];
57
- }).join("、")), 1)) : (o(), i("div", G, y(((_ = u(d).find((l) => l[e.valueKey] === r.value)) == null ? void 0 : _[e.labelKey]) || "--"), 1))
56
+ return (K = u(s).find((D) => D[e.valueKey] === l)) == null ? void 0 : K[e.labelKey];
57
+ }).join("、")), 1)) : (o(), i("div", G, y(((_ = u(s).find((l) => l[e.valueKey] === r.value)) == null ? void 0 : _[e.labelKey]) || "--"), 1))
58
58
  ])) : (o(), i("div", H, [
59
59
  N((o(), k(p, j({
60
60
  modelValue: r.value,
61
- "onUpdate:modelValue": s[0] || (s[0] = (l) => r.value = l)
61
+ "onUpdate:modelValue": d[0] || (d[0] = (l) => r.value = l)
62
62
  }, e.$attrs, {
63
63
  onChange: C,
64
64
  multiple: e.multiple,
@@ -67,7 +67,7 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
67
67
  disabled: e.disabled
68
68
  }), {
69
69
  default: b(() => [
70
- (o(!0), i(P, null, $(u(d), (l) => (o(), k(m, {
70
+ (o(!0), i(P, null, $(u(s), (l) => (o(), k(m, {
71
71
  key: l[e.valueKey],
72
72
  label: l[e.labelKey],
73
73
  value: l[e.valueKey],
@@ -96,7 +96,7 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
96
96
  ]));
97
97
  };
98
98
  }
99
- }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-da2bde35"]]);
99
+ }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-ce5f6b46"]]);
100
100
  export {
101
101
  X as default
102
102
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as D, mergeModels as F, computed as f, useModel as _, inject as v, resolveComponent as b, openBlock as i, createElementBlock as g, toDisplayString as h, createBlock as K, mergeProps as w, unref as V, withCtx as c, createElementVNode as r, Fragment as A, renderList as N, createTextVNode as j } from "vue";
2
- import { u as x } from "./index-Cd-df-Qv.js";
3
- import { u as E } from "./useSelect-DZxuySb1.js";
2
+ import { u as x } from "./index-CPs7U1jG.js";
3
+ import { u as E } from "./useSelect-DBsTZmYm.js";
4
4
  const I = { key: 0 }, P = { style: { "min-height": "32px" } }, T = /* @__PURE__ */ D({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ F({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as Se, computed as _, inject as k, ref as v, useTemplateRef as ze, readonly as Be, toRefs as Re, onMounted as Pe, nextTick as _e, onActivated as Ne, onUnmounted as Me, resolveComponent as B, openBlock as u, createElementBlock as g, normalizeClass as N, withDirectives as j, createElementVNode as f, createVNode as b, unref as R, withCtx as h, createBlock as S, createCommentVNode as m, Fragment as P, renderList as G, toDisplayString as M, withModifiers as Te, vShow as H, mergeProps as De } from "vue";
2
- import { $ as $e, f as K, i as Fe, _ as Ee, I as Ae, C as Le, b as Ve } from "./index-Cd-df-Qv.js";
2
+ import { $ as $e, f as K, i as Fe, _ as Ee, I as Ae, C as Le, b as Ve } from "./index-CPs7U1jG.js";
3
3
  import { ElTable as Ue, ElLoading as W } from "element-plus";
4
4
  const je = ["id"], Ge = { class: "empty-content" }, He = ["title"], Ke = ["title", "onClick"], We = ["title"], qe = { class: "row-btn-wrapper" }, Ie = /* @__PURE__ */ Se({
5
5
  __name: "Table",
@@ -345,7 +345,7 @@ const je = ["id"], Ge = { class: "empty-content" }, He = ["title"], Ke = ["title
345
345
  ], 10, je));
346
346
  };
347
347
  }
348
- }), Xe = /* @__PURE__ */ Ve(Ie, [["__scopeId", "data-v-26bc7403"]]);
348
+ }), Xe = /* @__PURE__ */ Ve(Ie, [["__scopeId", "data-v-2a908c73"]]);
349
349
  export {
350
350
  Xe as default
351
351
  };
@@ -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-Cd-df-Qv.js";
2
+ import { a as V } from "./index-CPs7U1jG.js";
3
3
  import "element-plus";
4
4
  const w = /* @__PURE__ */ i({
5
5
  __name: "Tabs",
@@ -1,5 +1,5 @@
1
- import { defineComponent as t, resolveComponent as n, openBlock as a, createElementBlock as r, normalizeStyle as s, createVNode as l, withCtx as p, withDirectives as i, createElementVNode as c, normalizeClass as m, unref as _, vShow as d } from "vue";
2
- import { a as y, b as f } from "./index-Cd-df-Qv.js";
1
+ import { defineComponent as t, resolveComponent as n, openBlock as a, createElementBlock as r, normalizeStyle as s, createVNode as l, withCtx as p, withDirectives as i, createElementVNode as c, normalizeClass as m, unref as _, vShow as y } from "vue";
2
+ import { a as d, b as f } from "./index-CPs7U1jG.js";
3
3
  import "element-plus";
4
4
  const u = /* @__PURE__ */ t({
5
5
  __name: "Wrapper",
@@ -20,9 +20,9 @@ const u = /* @__PURE__ */ t({
20
20
  i(c("div", {
21
21
  class: m({ normal: e.type === "normal", onlytable: e.type === "onlytable" })
22
22
  }, [
23
- l(_(y), { list: e.children }, null, 8, ["list"])
23
+ l(_(d), { list: e.children }, null, 8, ["list"])
24
24
  ], 2), [
25
- [d, !e.collapse]
25
+ [y, !e.collapse]
26
26
  ])
27
27
  ]),
28
28
  _: 1
@@ -30,7 +30,7 @@ const u = /* @__PURE__ */ t({
30
30
  ], 4);
31
31
  };
32
32
  }
33
- }), w = /* @__PURE__ */ f(u, [["__scopeId", "data-v-cde87480"]]);
33
+ }), w = /* @__PURE__ */ f(u, [["__scopeId", "data-v-aa5669f3"]]);
34
34
  export {
35
35
  w as default
36
36
  };