asiaint-lowcode 3.1.68 → 3.1.70

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 (44) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +186 -184
  4. package/dist/index.d.ts +3 -0
  5. package/dist/lazy/{Card-R4e3C8FT.js → Card-CsyOMym1.js} +2 -2
  6. package/dist/lazy/{Cascader-Zlhwx0l5.js → Cascader-B4hAhDgE.js} +1 -1
  7. package/dist/lazy/{Checkbox-wh18OtPx.js → Checkbox-BFJ5LePR.js} +2 -2
  8. package/dist/lazy/{Collapse-eDPCp0m9.js → Collapse-C_4KYRbX.js} +1 -1
  9. package/dist/lazy/{Component-Dgl1WEdj.js → Component-BivW5egv.js} +2 -2
  10. package/dist/lazy/{Component-JpXBf-_f.js → Component-Cwo8jj-S.js} +1 -1
  11. package/dist/lazy/{Component-_e7q0Rzm.js → Component-CyMAtvdX.js} +2 -2
  12. package/dist/lazy/{Component-C2ptXNIQ.js → Component-DEmQ4V67.js} +2 -2
  13. package/dist/lazy/{Component-CnyNt2Pa.js → Component-DyJy9PYh.js} +1 -1
  14. package/dist/lazy/Component-Dyinr6lK.js +161 -0
  15. package/dist/lazy/{CurdCard-DDWao7oz.js → CurdCard-B7Ia_jHc.js} +9 -9
  16. package/dist/lazy/Custom-JI8V09YD.js +26 -0
  17. package/dist/lazy/{DatePicker-DghT_855.js → DatePicker-DQuUQhWb.js} +1 -1
  18. package/dist/lazy/{DragList-3-9gJZDO.js → DragList-CuAfRFuQ.js} +13 -13
  19. package/dist/lazy/{FilterSearch-FEkcf-Je.js → FilterSearch-BpJfBhcE.js} +8 -8
  20. package/dist/lazy/{FloatCurd-BUeuA0lu.js → FloatCurd-DUMejxJa.js} +9 -9
  21. package/dist/lazy/{FormList-CbBTtEpF.js → FormList-xsBrCvvu.js} +1 -1
  22. package/dist/lazy/{Grid-ButGfMdO.js → Grid-D0Zv5iSy.js} +1 -1
  23. package/dist/lazy/{InfiniteScroll-Bi2Jn1fC.js → InfiniteScroll-GrqKUWNg.js} +4 -4
  24. package/dist/lazy/{Inline-B1RWfBfA.js → Inline-BZ8e83jr.js} +3 -3
  25. package/dist/lazy/{JsonEdit-DVMkRtAP.js → JsonEdit-CchewQwM.js} +3 -3
  26. package/dist/lazy/{LogList-CyFPIR5n.js → LogList-Ca-6Espa.js} +7 -7
  27. package/dist/lazy/{ObjGroup-lCntScQh.js → ObjGroup-5XPHM88s.js} +1 -1
  28. package/dist/lazy/{OfferDetails-BBvBtBnw.js → OfferDetails-CWg-EuM3.js} +2 -2
  29. package/dist/lazy/{Pagination--UJCHkKJ.js → Pagination-DdfH9_ex.js} +4 -4
  30. package/dist/lazy/{Progress-Cwa0p6tC.js → Progress-CEooFhH4.js} +15 -15
  31. package/dist/lazy/{Radio-BP6nhgqx.js → Radio-Dy59Ycsh.js} +3 -3
  32. package/dist/lazy/{SearchSelect-DXAJFf3L.js → SearchSelect-Xx2SkrOz.js} +6 -6
  33. package/dist/lazy/{Select-DP4ugBWM.js → Select-DdZQPpZZ.js} +2 -2
  34. package/dist/lazy/{Table-ck9TGmjO.js → Table-DECbm9ro.js} +85 -84
  35. package/dist/lazy/{Tabs-C4E8-QKf.js → Tabs-7oQ7y-T2.js} +11 -11
  36. package/dist/lazy/{TextArea-CZg61uOa.js → TextArea-CtwrVwIU.js} +2 -2
  37. package/dist/lazy/{Wrapper-gXzldVgu.js → Wrapper-C8-YPMBw.js} +2 -2
  38. package/dist/lazy/{index-exNcHe5D.js → index-BOlX4x7v.js} +2195 -2183
  39. package/dist/lazy/{useSelect-DJch6zjn.js → useSelect-CrlW7Igo.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-BTOwunWX.js +0 -143
  44. package/dist/lazy/Custom-OYLLyH2T.js +0 -26
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as l, computed as o, openBlock as r, createElementBlock as i, normalizeStyle as p, createVNode as s, unref as c } from "vue";
2
- import { b as m, _ as u } from "./index-exNcHe5D.js";
2
+ import { b as m, _ as f } from "./index-BOlX4x7v.js";
3
3
  import "element-plus";
4
- const f = /* @__PURE__ */ l({
4
+ const u = /* @__PURE__ */ l({
5
5
  __name: "Inline",
6
6
  props: {
7
7
  children: {},
@@ -29,7 +29,7 @@ const f = /* @__PURE__ */ l({
29
29
  s(c(m), { list: a.children }, null, 8, ["list"])
30
30
  ], 4));
31
31
  }
32
- }), x = /* @__PURE__ */ u(f, [["__scopeId", "data-v-8ba696e7"]]);
32
+ }), x = /* @__PURE__ */ f(u, [["__scopeId", "data-v-50b97afb"]]);
33
33
  export {
34
34
  x as default
35
35
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as At, openBlock as mt, createElementBlock as wt, mergeProps as St, createElementVNode as pt, renderSlot as It, normalizeClass as bt, mergeModels as Tt, useModel as Et, createBlock as Rt, unref as $t, withCtx as _t, createVNode as Lt } from "vue";
2
- import { _ as xt, g as Nt } from "./index-exNcHe5D.js";
2
+ import { _ as xt, g as Nt } from "./index-BOlX4x7v.js";
3
3
  import "element-plus";
4
4
  const Mt = /* @__PURE__ */ At({
5
5
  __name: "Disabled",
@@ -12,7 +12,7 @@ const Mt = /* @__PURE__ */ At({
12
12
  It(Je.$slots, "default", {}, void 0, !0)
13
13
  ], 16)) : It(Je.$slots, "default", { key: 1 }, void 0, !0);
14
14
  }
15
- }), Bt = /* @__PURE__ */ xt(Mt, [["__scopeId", "data-v-f3803727"]]);
15
+ }), Bt = /* @__PURE__ */ xt(Mt, [["__scopeId", "data-v-353650ae"]]);
16
16
  var kt = { exports: {} };
17
17
  /*!
18
18
  * jsoneditor.js
@@ -16350,7 +16350,7 @@ function Ft(je, Je, Xe, et, qe, ae) {
16350
16350
  }, null, 2)
16351
16351
  ], 2);
16352
16352
  }
16353
- const Ot = /* @__PURE__ */ xt(Ht, [["render", Ft], ["__scopeId", "data-v-c53d52f1"]]), jt = /* @__PURE__ */ At({
16353
+ const Ot = /* @__PURE__ */ xt(Ht, [["render", Ft], ["__scopeId", "data-v-c3373674"]]), jt = /* @__PURE__ */ At({
16354
16354
  inheritAttrs: !1,
16355
16355
  __name: "JsonEdit",
16356
16356
  props: /* @__PURE__ */ Tt({
@@ -1,5 +1,5 @@
1
- import { defineComponent as p, openBlock as e, createElementBlock as o, Fragment as a, renderList as d, createElementVNode as s, normalizeStyle as i, toDisplayString as l, normalizeClass as u, createTextVNode as g, createCommentVNode as v } from "vue";
2
- import { _ as y } from "./index-exNcHe5D.js";
1
+ import { defineComponent as p, openBlock as e, createElementBlock as o, Fragment as a, renderList as i, createElementVNode as s, normalizeStyle as d, toDisplayString as l, normalizeClass as u, createTextVNode as g, createCommentVNode as v } from "vue";
2
+ import { _ as y } from "./index-BOlX4x7v.js";
3
3
  const f = { class: "log-list" }, h = { class: "title-part" }, m = { class: "title" }, b = { class: "sub-title" }, k = { class: "content" }, C = { key: 0 }, L = /* @__PURE__ */ p({
4
4
  __name: "LogList",
5
5
  props: {
@@ -7,7 +7,7 @@ const f = { class: "log-list" }, h = { class: "title-part" }, m = { class: "titl
7
7
  },
8
8
  setup(x) {
9
9
  return (_, N) => (e(), o("div", f, [
10
- (e(!0), o(a, null, d(_.content, (t) => {
10
+ (e(!0), o(a, null, i(_.content, (t) => {
11
11
  var r;
12
12
  return e(), o("div", {
13
13
  class: "log-list-item",
@@ -15,18 +15,18 @@ const f = { class: "log-list" }, h = { class: "title-part" }, m = { class: "titl
15
15
  }, [
16
16
  s("div", {
17
17
  class: "left-bar",
18
- style: i({ backgroundColor: t.color })
18
+ style: d({ backgroundColor: t.color })
19
19
  }, null, 4),
20
20
  s("div", h, [
21
21
  s("div", {
22
22
  class: "circle",
23
- style: i({ backgroundColor: t.color })
23
+ style: d({ backgroundColor: t.color })
24
24
  }, l((r = t.title) == null ? void 0 : r[0]), 5),
25
25
  s("div", m, l(t.title), 1),
26
26
  s("div", b, l(t.subTitle), 1)
27
27
  ]),
28
28
  s("div", k, [
29
- (e(!0), o(a, null, d(t.content, (n, c) => (e(), o("span", {
29
+ (e(!0), o(a, null, i(t.content, (n, c) => (e(), o("span", {
30
30
  key: c,
31
31
  class: u({ bold: n.style === "bold", normal: n.style === "normal" })
32
32
  }, [
@@ -38,7 +38,7 @@ const f = { class: "log-list" }, h = { class: "title-part" }, m = { class: "titl
38
38
  }), 128))
39
39
  ]));
40
40
  }
41
- }), B = /* @__PURE__ */ y(L, [["__scopeId", "data-v-646d4f4d"]]);
41
+ }), B = /* @__PURE__ */ y(L, [["__scopeId", "data-v-fe451915"]]);
42
42
  export {
43
43
  B as default
44
44
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, inject as i, provide as f, ref as d, openBlock as e, createElementBlock as o, unref as n, createBlock as m, Fragment as _, renderList as $, mergeProps as b } from "vue";
2
- import { u as j, e as h, f as k } from "./index-exNcHe5D.js";
2
+ import { u as j, e as h, f as k } from "./index-BOlX4x7v.js";
3
3
  import "element-plus";
4
4
  const v = { class: "vfc-ObjGroup" }, B = {
5
5
  key: 1,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as D, resolveComponent as M, openBlock as l, createBlock as O, withCtx as T, createVNode as g, createElementVNode as i, createElementBlock as r, Fragment as u, renderList as b, toDisplayString as y, createCommentVNode as w, ref as E, inject as N, watchEffect as R, onMounted as S, normalizeStyle as $, unref as x } from "vue";
2
- import { m as A, $ as L, a as U, _ as z } from "./index-exNcHe5D.js";
2
+ import { m as A, $ as L, a as U, _ as z } from "./index-BOlX4x7v.js";
3
3
  const F = { class: "content" }, K = { class: "product-list" }, V = { class: "attribute-list" }, j = {
4
4
  key: 0,
5
5
  class: "attribute-list-item"
@@ -184,7 +184,7 @@ const F = { class: "content" }, K = { class: "product-list" }, V = { class: "att
184
184
  ])) : w("", !0)
185
185
  ], 64));
186
186
  }
187
- }), ee = /* @__PURE__ */ z(X, [["__scopeId", "data-v-43ded0ba"]]);
187
+ }), ee = /* @__PURE__ */ z(X, [["__scopeId", "data-v-f20f5150"]]);
188
188
  export {
189
189
  ee as default
190
190
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as y, ref as s, readonly as C, onUnmounted as v, resolveComponent as S, openBlock as h, createElementBlock as P, normalizeStyle as N, createVNode as _ } from "vue";
2
- import { c as B, j, _ as w } from "./index-exNcHe5D.js";
2
+ import { c as B, j as b, _ as j } from "./index-BOlX4x7v.js";
3
3
  import "element-plus";
4
- const M = /* @__PURE__ */ y({
4
+ const w = /* @__PURE__ */ y({
5
5
  __name: "Pagination",
6
6
  props: {
7
7
  pageSizes: {},
@@ -37,7 +37,7 @@ const M = /* @__PURE__ */ y({
37
37
  type: "pagination"
38
38
  });
39
39
  if (t.name) {
40
- const e = j(t.name, g);
40
+ const e = b(t.name, g);
41
41
  v(() => {
42
42
  e();
43
43
  });
@@ -64,7 +64,7 @@ const M = /* @__PURE__ */ y({
64
64
  ], 4);
65
65
  };
66
66
  }
67
- }), L = /* @__PURE__ */ w(M, [["__scopeId", "data-v-0cc06d1f"]]);
67
+ }), L = /* @__PURE__ */ j(w, [["__scopeId", "data-v-f04853fb"]]);
68
68
  export {
69
69
  L as default
70
70
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as p, resolveComponent as m, openBlock as n, createElementBlock as s, createVNode as a, withCtx as l, Fragment as u, renderList as f, createBlock as g, createElementVNode as e, toDisplayString as r, createTextVNode as h, unref as k, createCommentVNode as N } from "vue";
2
- import { I as v, a as C, _ as V } from "./index-exNcHe5D.js";
3
- const y = { class: "progress" }, B = { class: "timeline-content" }, E = { class: "timeline-content__title" }, I = {
1
+ import { defineComponent as p, resolveComponent as m, openBlock as n, createElementBlock as s, createVNode as l, withCtx as a, Fragment as u, renderList as f, createBlock as g, createElementVNode as e, toDisplayString as r, createTextVNode as h, unref as k, createCommentVNode as N } from "vue";
2
+ import { I as v, a as C, _ as V } from "./index-BOlX4x7v.js";
3
+ const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class: "timeline-content__title" }, E = {
4
4
  key: 0,
5
5
  class: "empty-content"
6
- }, b = /* @__PURE__ */ p({
6
+ }, I = /* @__PURE__ */ p({
7
7
  __name: "Progress",
8
8
  props: {
9
9
  data: {}
@@ -11,22 +11,22 @@ const y = { class: "progress" }, B = { class: "timeline-content" }, E = { class:
11
11
  setup(w) {
12
12
  return (o, i) => {
13
13
  const _ = m("el-timeline-item"), c = m("el-timeline");
14
- return n(), s("div", y, [
15
- a(c, null, {
16
- default: l(() => [
14
+ return n(), s("div", b, [
15
+ l(c, null, {
16
+ default: a(() => [
17
17
  (n(!0), s(u, null, f(o.data, (t, d) => (n(), g(_, {
18
18
  key: d,
19
19
  size: "large"
20
20
  }, {
21
- dot: l(() => [
22
- a(v, {
21
+ dot: a(() => [
22
+ l(v, {
23
23
  name: t.iconName,
24
24
  size: "large"
25
25
  }, null, 8, ["name"])
26
26
  ]),
27
- default: l(() => [
28
- e("div", B, [
29
- e("div", E, [
27
+ default: a(() => [
28
+ e("div", y, [
29
+ e("div", B, [
30
30
  e("span", null, r(t.title), 1),
31
31
  e("span", null, r(t.timestamp), 1)
32
32
  ]),
@@ -38,8 +38,8 @@ const y = { class: "progress" }, B = { class: "timeline-content" }, E = { class:
38
38
  ]),
39
39
  _: 1
40
40
  }),
41
- !o.data || o.data.length === 0 ? (n(), s("div", I, [
42
- a(k(C), {
41
+ !o.data || o.data.length === 0 ? (n(), s("div", E, [
42
+ l(k(C), {
43
43
  name: "tableEmpty",
44
44
  style: { width: 56, height: 56 }
45
45
  }),
@@ -48,7 +48,7 @@ const y = { class: "progress" }, B = { class: "timeline-content" }, E = { class:
48
48
  ]);
49
49
  };
50
50
  }
51
- }), F = /* @__PURE__ */ V(b, [["__scopeId", "data-v-088a0692"]]);
51
+ }), F = /* @__PURE__ */ V(I, [["__scopeId", "data-v-6b11ed96"]]);
52
52
  export {
53
53
  F as default
54
54
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as T, mergeModels as w, useModel as F, inject as g, resolveComponent as i, resolveDirective as S, openBlock as o, createElementBlock as c, toDisplayString as z, unref as u, withDirectives as I, createBlock as f, mergeProps as h, withCtx as K, createVNode as $, Fragment as C, renderList as k } from "vue";
2
- import { u as N, _ as O } from "./index-exNcHe5D.js";
3
- import { u as P } from "./useSelect-DJch6zjn.js";
2
+ import { u as N, _ as O } from "./index-BOlX4x7v.js";
3
+ import { u as P } from "./useSelect-CrlW7Igo.js";
4
4
  const R = { key: 0 }, j = /* @__PURE__ */ T({
5
5
  __name: "Radio",
6
6
  props: /* @__PURE__ */ w({
@@ -82,7 +82,7 @@ onChange: ${l.onChange}`);
82
82
  ]);
83
83
  };
84
84
  }
85
- }), q = /* @__PURE__ */ O(j, [["__scopeId", "data-v-1e24870a"]]);
85
+ }), q = /* @__PURE__ */ O(j, [["__scopeId", "data-v-08ecef32"]]);
86
86
  export {
87
87
  q as default
88
88
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as w, mergeModels as F, useModel as $, inject as K, resolveComponent as f, resolveDirective as A, openBlock as t, createElementBlock as i, toDisplayString as h, unref as u, withDirectives as I, createBlock as C, mergeProps as N, withCtx as y, Fragment as j, renderList as O, createTextVNode as P, createVNode as k } from "vue";
2
- import { u as T, a as E, _ as L } from "./index-exNcHe5D.js";
3
- import { u as U } from "./useSelect-DJch6zjn.js";
2
+ import { u as T, a as E, _ as L } from "./index-BOlX4x7v.js";
3
+ import { u as U } from "./useSelect-CrlW7Igo.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -32,11 +32,11 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
32
32
  modelModifiers: {}
33
33
  }),
34
34
  emits: ["update:modelValue"],
35
- setup(b) {
36
- const l = b, r = $(b, "modelValue"), v = T(), c = K("ruleModule", void 0), g = K("pageMethodMap", {}), B = (e) => {
35
+ setup(v) {
36
+ const l = v, r = $(v, "modelValue"), b = T(), c = K("ruleModule", void 0), g = K("pageMethodMap", {}), B = (e) => {
37
37
  const { valueKey: s = "value", multiple: m, name: p } = l;
38
38
  let n = {};
39
- if (m && Array.isArray(e) ? n = d.value.filter((o) => e.includes(o[s])) : n = d.value.find((o) => o[s] === e) || {}, v.selectData && p && v.updateSelectData(p, n), l.onChange && c)
39
+ if (m && Array.isArray(e) ? n = d.value.filter((o) => e.includes(o[s])) : n = d.value.find((o) => o[s] === e) || {}, b.selectData && p && b.updateSelectData(p, n), l.onChange && c)
40
40
  try {
41
41
  c[l.onChange](g, e, n);
42
42
  } catch (o) {
@@ -101,7 +101,7 @@ onSearch: ${l.onSearch}`);
101
101
  ]));
102
102
  };
103
103
  }
104
- }), X = /* @__PURE__ */ L(J, [["__scopeId", "data-v-b14d9207"]]);
104
+ }), X = /* @__PURE__ */ L(J, [["__scopeId", "data-v-884281f5"]]);
105
105
  export {
106
106
  X as default
107
107
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as D, mergeModels as F, computed as f, useModel as J, inject as h, ref as x, watch as b, resolveComponent as V, openBlock as c, createElementBlock as C, normalizeStyle as A, toDisplayString as K, createBlock as M, mergeProps as E, unref as T, withCtx as m, createElementVNode as u, Fragment as $, renderList as j, createTextVNode as I } from "vue";
2
- import { u as P } from "./index-exNcHe5D.js";
3
- import { u as R } from "./useSelect-DJch6zjn.js";
2
+ import { u as P } from "./index-BOlX4x7v.js";
3
+ import { u as R } from "./useSelect-CrlW7Igo.js";
4
4
  const z = { style: { "min-height": "32px" } }, q = /* @__PURE__ */ D({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ F({