asiaint-lowcode 3.0.38 → 3.0.39

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 (31) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +127 -127
  3. package/dist/lazy/{Card-CTC5imo1.js → Card-BjVvOIwc.js} +1 -1
  4. package/dist/lazy/{Cascader-D4MYm4tv.js → Cascader-B4GiUGpM.js} +1 -1
  5. package/dist/lazy/{Checkbox-CJGMd_gh.js → Checkbox-ByjUnBvb.js} +2 -2
  6. package/dist/lazy/{Collapse-CnzZmZ_m.js → Collapse-CJ9kiaFn.js} +1 -1
  7. package/dist/lazy/{Component-BJIBuATE.js → Component-B5IlQYHk.js} +1 -1
  8. package/dist/lazy/{Component-CoEFCzWk.js → Component-Bx7gIDMt.js} +1 -1
  9. package/dist/lazy/{Component-DzI76sfN.js → Component-CWYNj8qZ.js} +1 -1
  10. package/dist/lazy/Component-D9rT2fGD.js +109 -0
  11. package/dist/lazy/{Component-BQmwPI3D.js → Component-DaRYNyoy.js} +1 -1
  12. package/dist/lazy/{Component-DoOCFYzY.js → Component-DiF2WhCt.js} +1 -1
  13. package/dist/lazy/{CurdCard-B6mvG1FA.js → CurdCard-CntkycKX.js} +2 -2
  14. package/dist/lazy/{Custom-CHoNP_Wb.js → Custom-CIbEi0kP.js} +1 -1
  15. package/dist/lazy/{FormList-DNspJXt9.js → FormList-DHvP3Srn.js} +1 -1
  16. package/dist/lazy/{Grid-950KZ5_5.js → Grid-CObIt0vI.js} +1 -1
  17. package/dist/lazy/{Inline-BsTaA6c2.js → Inline-CmR66tBe.js} +1 -1
  18. package/dist/lazy/{JsonEdit-Bmw6AJmP.js → JsonEdit-ZpfNkW5m.js} +1 -1
  19. package/dist/lazy/{ObjGroup-qiJT1PIG.js → ObjGroup-B05qQ8zT.js} +1 -1
  20. package/dist/lazy/{OfferDetails-DP85_35u.js → OfferDetails-D7kJRzGG.js} +1 -1
  21. package/dist/lazy/{Radio-CL8jn24q.js → Radio-DplKsR2q.js} +2 -2
  22. package/dist/lazy/{SearchSelect-C_ILcjm8.js → SearchSelect-CcU9DsZK.js} +2 -2
  23. package/dist/lazy/{Select-BJfXzPs5.js → Select-CwLzVjJR.js} +2 -2
  24. package/dist/lazy/{Table-CLyUUgbF.js → Table-DTHwpYU5.js} +101 -101
  25. package/dist/lazy/{Tabs-B1OlM6vL.js → Tabs-xXJuCftg.js} +1 -1
  26. package/dist/lazy/{Wrapper-7vsPwASz.js → Wrapper-D2HFENsu.js} +1 -1
  27. package/dist/lazy/{index-DzBTvtu-.js → index-BwNeJEvk.js} +841 -846
  28. package/dist/lazy/{useSelect-CIMkSjmY.js → useSelect-pQfEWEt9.js} +1 -1
  29. package/dist/style.css +2 -2
  30. package/package.json +1 -1
  31. package/dist/lazy/Component-DMXZ32n0.js +0 -93
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.0.38",
3
+ "version": "3.0.39",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,93 +0,0 @@
1
- import { defineComponent as $, inject as y, ref as b, resolveComponent as f, openBlock as s, createBlock as m, mergeProps as x, withCtx as h, createElementVNode as d, toDisplayString as C, createElementBlock as k, createCommentVNode as _, Fragment as v, renderList as B, unref as I, withModifiers as P, createTextVNode as V } from "vue";
2
- import { f as w, I as E, b as F } from "./index-DzBTvtu-.js";
3
- import "element-plus";
4
- const j = { class: "custom-tree-node" }, A = { class: "tree-node-text" }, D = { class: "tree-node-label" }, R = {
5
- key: 0,
6
- class: "tree-node-present"
7
- }, S = /* @__PURE__ */ $({
8
- __name: "Component",
9
- props: {
10
- onNodeClick: {},
11
- onLoad: {},
12
- btns: {},
13
- props: {},
14
- nodeKey: {}
15
- },
16
- setup(N) {
17
- const r = N, c = y("ruleModule", void 0), a = y("pageMethodMap", {}), i = b(), g = (e, n) => {
18
- i.value = e[r.nodeKey];
19
- }, M = (e, n, t) => {
20
- if (c)
21
- try {
22
- c[e](a, { node: n, data: t });
23
- } catch (l) {
24
- console.error(l);
25
- }
26
- }, K = (e, n) => {
27
- if (r.onNodeClick && c)
28
- try {
29
- c[r.onNodeClick](a, { node: e, data: n });
30
- } catch (t) {
31
- console.error(t);
32
- }
33
- }, L = (e, n, t) => {
34
- if (r.onLoad && c)
35
- try {
36
- c[r.onLoad](a, { node: e, resolve: n, reject: t });
37
- } catch (l) {
38
- console.error(l);
39
- }
40
- };
41
- return (e, n) => {
42
- const t = f("el-button"), l = f("el-tree");
43
- return s(), m(l, x(e.$attrs, {
44
- onNodeClick: K,
45
- load: L,
46
- ref: "treeRef",
47
- class: "crm-tree",
48
- indent: 32,
49
- "current-node-key": i.value,
50
- onCurrentChange: g,
51
- "node-key": e.nodeKey,
52
- props: r.props
53
- }), {
54
- default: h(({ node: p, data: u }) => [
55
- d("div", j, [
56
- d("div", A, [
57
- d("span", D, C(p.label), 1),
58
- u[e.nodeKey] === i.value ? (s(), k("div", R, "Present")) : _("", !0)
59
- ]),
60
- d("div", null, [
61
- (s(!0), k(v, null, B(e.btns, (o) => (s(), k(v, {
62
- key: o.key
63
- }, [
64
- I(w)(o.hidden, { $node: p, $data: u }) ? _("", !0) : (s(), m(t, {
65
- key: 0,
66
- link: "",
67
- onClick: P((T) => M(o.onClick, p, u), ["stop"]),
68
- disabled: o.disabled,
69
- type: o.type
70
- }, {
71
- default: h(() => [
72
- o.icon ? (s(), m(E, {
73
- key: 0,
74
- name: o.icon.name,
75
- color: o.icon.color,
76
- class: "btn-icon"
77
- }, null, 8, ["name", "color"])) : _("", !0),
78
- V(" " + C(o.text), 1)
79
- ]),
80
- _: 2
81
- }, 1032, ["onClick", "disabled", "type"]))
82
- ], 64))), 128))
83
- ])
84
- ])
85
- ]),
86
- _: 1
87
- }, 16, ["current-node-key", "node-key", "props"]);
88
- };
89
- }
90
- }), H = /* @__PURE__ */ F(S, [["__scopeId", "data-v-49f68e0f"]]);
91
- export {
92
- H as default
93
- };