asiaint-lowcode 3.1.51 → 3.1.52

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 (40) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +67 -67
  3. package/dist/index.d.ts +7 -0
  4. package/dist/lazy/Card-lVLvxZWw.js +130 -0
  5. package/dist/lazy/{Cascader-CiMoxbyh.js → Cascader-CwOfprl0.js} +1 -1
  6. package/dist/lazy/{Checkbox-D3iCJHD5.js → Checkbox-Dh2OO89D.js} +2 -2
  7. package/dist/lazy/{Collapse-DU3ip0cz.js → Collapse-ClD5Cxs1.js} +1 -1
  8. package/dist/lazy/{Component-B9oRgHI7.js → Component-B04szSD6.js} +1 -1
  9. package/dist/lazy/{Component-YUWBWKTy.js → Component-BqEjXQia.js} +18 -19
  10. package/dist/lazy/{Component-DSkULL1a.js → Component-DLa6um_n.js} +1 -1
  11. package/dist/lazy/{Component-Cv_wtBTU.js → Component-DXuFDBu2.js} +1 -1
  12. package/dist/lazy/{Component-DzgUdwUY.js → Component-UdDyAxnf.js} +1 -1
  13. package/dist/lazy/{Component-BAZVU_kQ.js → Component-eMr3rRUB.js} +1 -1
  14. package/dist/lazy/{CurdCard-BD6H5aIA.js → CurdCard-DQ8FooiP.js} +1 -1
  15. package/dist/lazy/{Custom-7iDNoSlK.js → Custom-j7zaNxzW.js} +1 -1
  16. package/dist/lazy/{DatePicker-MavK32RF.js → DatePicker-DPCVC-x_.js} +1 -1
  17. package/dist/lazy/{DragList-CzAlyXnh.js → DragList-CBVI2mKH.js} +1 -1
  18. package/dist/lazy/{FilterSearch-CzD-istR.js → FilterSearch-C2h02c7V.js} +1 -1
  19. package/dist/lazy/{FormList-DpTJy9ob.js → FormList-IN-zW8nh.js} +1 -1
  20. package/dist/lazy/{Grid-CBUiY-OO.js → Grid-B6wzcPWr.js} +1 -1
  21. package/dist/lazy/{InfiniteScroll-B284xoTH.js → InfiniteScroll-Z-GVBlxV.js} +1 -1
  22. package/dist/lazy/{Inline-DadVERtn.js → Inline-C8h45R8u.js} +1 -1
  23. package/dist/lazy/{JsonEdit-CJxysuI9.js → JsonEdit-B8sbqyyS.js} +1 -1
  24. package/dist/lazy/{LogList-B4l5FmKv.js → LogList-zfMyKWCO.js} +1 -1
  25. package/dist/lazy/{ObjGroup-DeR5yTmM.js → ObjGroup-K4Y7hQc7.js} +1 -1
  26. package/dist/lazy/{OfferDetails-DGAZXgJZ.js → OfferDetails-RtrQpLV7.js} +1 -1
  27. package/dist/lazy/{Pagination-17xZz5Q-.js → Pagination-B4z5P9Ke.js} +1 -1
  28. package/dist/lazy/{Progress-IO4p6FXa.js → Progress-DZKTCadU.js} +1 -1
  29. package/dist/lazy/{Radio-DcoC-QEN.js → Radio-Cq4c-qsi.js} +2 -2
  30. package/dist/lazy/{SearchSelect-xBxQTu_8.js → SearchSelect-3TehxKw1.js} +2 -2
  31. package/dist/lazy/{Select-B6IJ1mXo.js → Select-G2Lm7UZd.js} +2 -2
  32. package/dist/lazy/{Table-lUQHZPS8.js → Table-p9KJ4_9d.js} +34 -36
  33. package/dist/lazy/{Tabs-CS6opFGj.js → Tabs-CdG-hdJ1.js} +1 -1
  34. package/dist/lazy/{TextArea-BK7_o1Tz.js → TextArea-BEjDKBp4.js} +1 -1
  35. package/dist/lazy/{Wrapper-DnDNrN0W.js → Wrapper-y8fF35Bp.js} +19 -19
  36. package/dist/lazy/{index-B5DFOgE6.js → index-GRIBKt5D.js} +43 -45
  37. package/dist/lazy/{useSelect-WivWUjZm.js → useSelect-B8sNW_9o.js} +1 -1
  38. package/dist/style.css +2 -2
  39. package/package.json +1 -1
  40. package/dist/lazy/Card-DcgoI2Gr.js +0 -120
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.1.51",
3
+ "version": "3.1.52",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,120 +0,0 @@
1
- import { defineComponent as $, ref as M, inject as C, resolveComponent as m, openBlock as o, createBlock as c, mergeProps as F, withCtx as d, createElementVNode as s, normalizeClass as _, createElementBlock as a, createVNode as n, unref as i, createCommentVNode as p, toDisplayString as f, Fragment as u, renderList as b, withDirectives as S, vShow as E } from "vue";
2
- import { a as V, I as h, b as y, B as D, _ as N } from "./index-B5DFOgE6.js";
3
- import "element-plus";
4
- const j = { key: 2 }, H = { class: "card-btns" }, L = { class: "card-sub-header" }, P = /* @__PURE__ */ $({
5
- __name: "Card",
6
- props: {
7
- hidden: { type: Boolean },
8
- children: {},
9
- headerFormSlots: {},
10
- collapsible: { type: Boolean },
11
- header: {},
12
- btns: {},
13
- mainIcon: {},
14
- extraIcons: {},
15
- shadowless: { type: Boolean },
16
- subHeaders: {}
17
- },
18
- setup(R) {
19
- const r = M(!1), v = C("ruleModule", void 0), w = C("pageMethodMap", {}), k = (e) => {
20
- if (e && v)
21
- try {
22
- v[e](w);
23
- } catch (t) {
24
- console.error(t + `
25
- funcName: ${e}`);
26
- }
27
- };
28
- return (e, t) => {
29
- const I = m("el-tooltip"), z = m("el-collapse-transition"), B = m("ElCard");
30
- return e.hidden ? p("", !0) : (o(), c(B, F({ key: 0 }, e.$attrs, {
31
- class: ["crm-card", { collapsed: r.value, shadowless: e.shadowless }],
32
- shadow: "never"
33
- }), {
34
- header: d(() => [
35
- s("div", {
36
- class: _(["card-header", { "has-collapsed": e.collapsible }])
37
- }, [
38
- e.collapsible ? (o(), a("div", {
39
- key: 0,
40
- class: "icon-wrapper",
41
- onClick: t[0] || (t[0] = (l) => r.value = !r.value)
42
- }, [
43
- n(i(V), {
44
- name: "dropdown",
45
- class: _(["dropdown-icon", { "is-collapsed": r.value }])
46
- }, null, 8, ["class"])
47
- ])) : p("", !0),
48
- e.mainIcon ? (o(), c(h, {
49
- key: 1,
50
- class: "title-icon",
51
- size: "large",
52
- name: e.mainIcon.name,
53
- color: e.mainIcon.color
54
- }, null, 8, ["name", "color"])) : p("", !0),
55
- s("span", null, f(e.header), 1),
56
- e.headerFormSlots ? (o(), a("div", j, [
57
- n(i(y), { list: e.headerFormSlots }, null, 8, ["list"])
58
- ])) : p("", !0),
59
- (o(!0), a(u, null, b(e.extraIcons, (l) => (o(), a(u, {
60
- key: l.name
61
- }, [
62
- l.tips ? (o(), c(I, {
63
- key: 0,
64
- content: l.tips,
65
- placement: "right"
66
- }, {
67
- default: d(() => [
68
- n(h, {
69
- class: "extra-icon",
70
- name: l.name,
71
- color: l.color,
72
- size: l.size || "small",
73
- onClick: (g) => k(l.onClick)
74
- }, null, 8, ["name", "color", "size", "onClick"])
75
- ]),
76
- _: 2
77
- }, 1032, ["content"])) : (o(), c(h, {
78
- key: 1,
79
- class: "extra-icon",
80
- name: l.name,
81
- color: l.color,
82
- size: l.size || "small",
83
- onClick: (g) => k(l.onClick)
84
- }, null, 8, ["name", "color", "size", "onClick"]))
85
- ], 64))), 128)),
86
- s("div", H, [
87
- n(i(D), {
88
- btns: e.btns || []
89
- }, null, 8, ["btns"])
90
- ]),
91
- s("div", L, [
92
- (o(!0), a(u, null, b(e.subHeaders, (l) => (o(), a("div", {
93
- key: l,
94
- class: "card-sub-header-item"
95
- }, [
96
- s("span", null, f(l), 1)
97
- ]))), 128))
98
- ])
99
- ], 2)
100
- ]),
101
- default: d(() => [
102
- n(z, null, {
103
- default: d(() => [
104
- S(s("div", null, [
105
- n(i(y), { list: e.children }, null, 8, ["list"])
106
- ], 512), [
107
- [E, !r.value]
108
- ])
109
- ]),
110
- _: 1
111
- })
112
- ]),
113
- _: 1
114
- }, 16, ["class"]));
115
- };
116
- }
117
- }), J = /* @__PURE__ */ N(P, [["__scopeId", "data-v-dabefafe"]]);
118
- export {
119
- J as default
120
- };