asiaint-lowcode 3.0.13 → 3.0.14

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 (30) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +17 -17
  3. package/dist/index.d.ts +6 -3
  4. package/dist/lazy/{Card-CjX8_mKy.js → Card-CaWqhmgk.js} +2 -2
  5. package/dist/lazy/{Cascader-DCWDKi7q.js → Cascader-CdcNT10v.js} +1 -1
  6. package/dist/lazy/{Checkbox-CnhRZ5Ty.js → Checkbox-CJK0zpkP.js} +2 -2
  7. package/dist/lazy/{Collapse-DUbWBy5G.js → Collapse-R3V_-9Qy.js} +1 -1
  8. package/dist/lazy/{Component-CIGtleDL.js → Component-BUukjBGQ.js} +1 -1
  9. package/dist/lazy/{Component-C_d8I5r2.js → Component-BZ3Z_bac.js} +1 -1
  10. package/dist/lazy/{Component-QZv__Q9t.js → Component-C4dBecYq.js} +1 -1
  11. package/dist/lazy/Component-CiXpJ5wI.js +70 -0
  12. package/dist/lazy/{Component-EKFwCS1y.js → Component-CnZjiCoz.js} +1 -1
  13. package/dist/lazy/{Component-S8PFkiFo.js → Component-DbJnyH6w.js} +1 -1
  14. package/dist/lazy/{Custom-DjX1AHSc.js → Custom-DY63ABbq.js} +1 -1
  15. package/dist/lazy/{DatePicker-0davNDiD.js → DatePicker-gDYjpGax.js} +1 -1
  16. package/dist/lazy/{FormList-DQnn5D4X.js → FormList-Df9RL7s7.js} +1 -1
  17. package/dist/lazy/{Grid-B1UrKyOW.js → Grid-08EF9A-O.js} +1 -1
  18. package/dist/lazy/{Inline-BACBvlxk.js → Inline-CdWL3Eo6.js} +1 -1
  19. package/dist/lazy/{JsonEdit-CmX4WTNO.js → JsonEdit-RsSvMWDj.js} +1 -1
  20. package/dist/lazy/{ObjGroup-NEH1WDaP.js → ObjGroup-BG6jqGua.js} +1 -1
  21. package/dist/lazy/{Radio-u2R1Inz-.js → Radio-BIji-gnQ.js} +2 -2
  22. package/dist/lazy/{SearchSelect-COfz9JkE.js → SearchSelect-CYLY81h9.js} +2 -2
  23. package/dist/lazy/{Select-DZYDY9zB.js → Select-C1vTDJWg.js} +2 -2
  24. package/dist/lazy/{Tabs-CEVepHIu.js → Tabs-B7G8h04a.js} +1 -1
  25. package/dist/lazy/{TextArea-C1EmgMap.js → TextArea-C0PEa3Es.js} +1 -1
  26. package/dist/lazy/{index-CU_26EZJ.js → index-6mpfROTy.js} +433 -428
  27. package/dist/lazy/{useSelect-BeQ_42pn.js → useSelect-C3fi7G2S.js} +1 -1
  28. package/dist/style.css +2 -2
  29. package/package.json +1 -1
  30. package/dist/lazy/Component-BgZ5rdea.js +0 -69
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,69 +0,0 @@
1
- import { defineComponent as g, inject as p, resolveComponent as m, openBlock as d, createBlock as u, mergeProps as L, withCtx as _, createElementVNode as s, toDisplayString as k, createElementBlock as C, Fragment as f, renderList as b, withModifiers as x, createTextVNode as B, createCommentVNode as V } from "vue";
2
- import { b as w } from "./index-CU_26EZJ.js";
3
- const E = { class: "custom-tree-node" }, $ = /* @__PURE__ */ g({
4
- __name: "Component",
5
- props: {
6
- onNodeClick: {},
7
- onLoad: {},
8
- btns: {}
9
- },
10
- setup(h) {
11
- const l = h, t = p("ruleModule", void 0), a = p("pageMethodMap", {}), y = (e, n, o) => {
12
- if (t)
13
- try {
14
- t[e](a, { node: n, data: o });
15
- } catch (c) {
16
- console.error(c);
17
- }
18
- }, N = (e, n) => {
19
- if (l.onNodeClick && t)
20
- try {
21
- t[l.onNodeClick](a, { node: e, data: n });
22
- } catch (o) {
23
- console.error(o);
24
- }
25
- }, M = (e, n, o) => {
26
- if (l.onLoad && t)
27
- try {
28
- t[l.onLoad](a, { node: e, resolve: n, reject: o });
29
- } catch (c) {
30
- console.error(c);
31
- }
32
- };
33
- return (e, n) => {
34
- const o = m("el-button"), c = m("el-tree");
35
- return d(), u(c, L(e.$attrs, {
36
- onNodeClick: N,
37
- load: M
38
- }), {
39
- default: _(({ node: i, data: v }) => [
40
- s("div", E, [
41
- s("span", null, k(i.label), 1),
42
- s("div", null, [
43
- (d(!0), C(f, null, b(e.btns, (r) => (d(), C(f, {
44
- key: r.key
45
- }, [
46
- r.hidden ? V("", !0) : (d(), u(o, {
47
- key: 0,
48
- link: "",
49
- onClick: x((j) => y(r.onClick, i, v), ["stop"]),
50
- disabled: r.disabled,
51
- type: r.type
52
- }, {
53
- default: _(() => [
54
- B(k(r.text), 1)
55
- ]),
56
- _: 2
57
- }, 1032, ["onClick", "disabled", "type"]))
58
- ], 64))), 128))
59
- ])
60
- ])
61
- ]),
62
- _: 1
63
- }, 16);
64
- };
65
- }
66
- }), F = /* @__PURE__ */ w($, [["__scopeId", "data-v-c6986e9f"]]);
67
- export {
68
- F as default
69
- };