asiaint-lowcode 3.0.27 → 3.0.28
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.
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +2 -2
- package/dist/lazy/Card-z13j1Hea.js +93 -0
- package/dist/lazy/{Cascader-wnhvLJjp.js → Cascader-DWyRds69.js} +1 -1
- package/dist/lazy/{Checkbox-CzMxwEKv.js → Checkbox-3gB5hjyk.js} +2 -2
- package/dist/lazy/{Collapse-DQyd4YD_.js → Collapse-DkUlLs0R.js} +1 -1
- package/dist/lazy/{Component-CDfLoiKu.js → Component-0iFTdS1B.js} +1 -1
- package/dist/lazy/{Component-DehZBuhr.js → Component-BsEoVYpP.js} +1 -1
- package/dist/lazy/{Component-C0wtCARY.js → Component-CAvvEMpL.js} +1 -1
- package/dist/lazy/{Component-9Y7ew57H.js → Component-DW72e4Jb.js} +1 -1
- package/dist/lazy/{Component-D50qA6mB.js → Component-GCDvqVFC.js} +1 -1
- package/dist/lazy/{Component-DhW8BsG5.js → Component-HY_qpC4f.js} +1 -1
- package/dist/lazy/{CurdCard-BoDmLpyB.js → CurdCard-BSerZjDf.js} +1 -1
- package/dist/lazy/{Custom-BIFtvZEX.js → Custom-DshTuvc5.js} +1 -1
- package/dist/lazy/{FormList-Dkb6YQ-f.js → FormList-C1KaQTKh.js} +1 -1
- package/dist/lazy/{Grid-DFnimr-F.js → Grid-B-lk78Kc.js} +1 -1
- package/dist/lazy/{Inline-C17qpt-a.js → Inline-DY_MkpWE.js} +1 -1
- package/dist/lazy/{JsonEdit-Cm_0zsjR.js → JsonEdit-oms5o4ul.js} +1 -1
- package/dist/lazy/{ObjGroup-Dz-ypoEg.js → ObjGroup-lbddbIgn.js} +1 -1
- package/dist/lazy/{OfferDetails-DfmV909V.js → OfferDetails-D7-vYQNI.js} +1 -1
- package/dist/lazy/{Radio-Cj5npqIw.js → Radio-BbVL3tLa.js} +2 -2
- package/dist/lazy/{SearchSelect-CBrX2JA5.js → SearchSelect-BSOc9F7u.js} +2 -2
- package/dist/lazy/{Select-CQ6Mj6eq.js → Select-Bx3fLJHb.js} +2 -2
- package/dist/lazy/{Table-BUlX88iK.js → Table-DvXSy6kA.js} +27 -27
- package/dist/lazy/{Tabs-DJg7I0sV.js → Tabs-aWYBYNFZ.js} +1 -1
- package/dist/lazy/{Wrapper-C24aPEy7.js → Wrapper-DVfkWuvI.js} +1 -1
- package/dist/lazy/{index-BjWKjijq.js → index-NvXPJKiV.js} +26 -26
- package/dist/lazy/{useSelect-UgF6XkfZ.js → useSelect-m1WvnmsS.js} +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/dist/lazy/Card-CfnHe37B.js +0 -92
package/package.json
CHANGED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { defineComponent as w, ref as y, inject as u, resolveComponent as _, openBlock as l, createBlock as c, mergeProps as g, withCtx as s, createElementVNode as r, createElementBlock as d, createVNode as a, unref as i, normalizeClass as B, createCommentVNode as M, toDisplayString as $, Fragment as v, renderList as I, Transition as E, withDirectives as V, vShow as x } from "vue";
|
|
2
|
-
import { _ as D, I as C, B as F, a as N, b as S } from "./index-BjWKjijq.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const j = { class: "card-header" }, z = { class: "card-btns" }, L = /* @__PURE__ */ w({
|
|
5
|
-
__name: "Card",
|
|
6
|
-
props: {
|
|
7
|
-
children: {},
|
|
8
|
-
collapsible: { type: Boolean },
|
|
9
|
-
header: {},
|
|
10
|
-
btns: {},
|
|
11
|
-
extraIcons: {}
|
|
12
|
-
},
|
|
13
|
-
setup(P) {
|
|
14
|
-
const n = y(!1), p = u("ruleModule", void 0), f = u("pageMethodMap", {}), m = (o) => {
|
|
15
|
-
if (o && p)
|
|
16
|
-
try {
|
|
17
|
-
p[o](f);
|
|
18
|
-
} catch (t) {
|
|
19
|
-
console.error(t);
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
return (o, t) => {
|
|
23
|
-
const h = _("el-tooltip"), k = _("ElCard");
|
|
24
|
-
return l(), c(k, g(o.$attrs, {
|
|
25
|
-
class: ["crm-card", { collapsed: n.value }],
|
|
26
|
-
shadow: "never"
|
|
27
|
-
}), {
|
|
28
|
-
header: s(() => [
|
|
29
|
-
r("div", j, [
|
|
30
|
-
o.collapsible ? (l(), d("div", {
|
|
31
|
-
key: 0,
|
|
32
|
-
class: "icon-wrapper",
|
|
33
|
-
onClick: t[0] || (t[0] = (e) => n.value = !n.value)
|
|
34
|
-
}, [
|
|
35
|
-
a(i(D), {
|
|
36
|
-
name: "dropdown",
|
|
37
|
-
class: B(["dropdown-icon", { "is-collapsed": n.value }])
|
|
38
|
-
}, null, 8, ["class"])
|
|
39
|
-
])) : M("", !0),
|
|
40
|
-
r("span", null, $(o.header), 1),
|
|
41
|
-
(l(!0), d(v, null, I(o.extraIcons, (e) => (l(), d(v, {
|
|
42
|
-
key: e.name
|
|
43
|
-
}, [
|
|
44
|
-
e.tips ? (l(), c(h, {
|
|
45
|
-
key: 0,
|
|
46
|
-
content: e.tips,
|
|
47
|
-
placement: "right"
|
|
48
|
-
}, {
|
|
49
|
-
default: s(() => [
|
|
50
|
-
a(C, {
|
|
51
|
-
class: "extra-icon",
|
|
52
|
-
name: e.name,
|
|
53
|
-
color: e.color,
|
|
54
|
-
onClick: (b) => m(e.onClick)
|
|
55
|
-
}, null, 8, ["name", "color", "onClick"])
|
|
56
|
-
]),
|
|
57
|
-
_: 2
|
|
58
|
-
}, 1032, ["content"])) : (l(), c(C, {
|
|
59
|
-
key: 1,
|
|
60
|
-
class: "extra-icon",
|
|
61
|
-
name: e.name,
|
|
62
|
-
color: e.color,
|
|
63
|
-
onClick: (b) => m(e.onClick)
|
|
64
|
-
}, null, 8, ["name", "color", "onClick"]))
|
|
65
|
-
], 64))), 128)),
|
|
66
|
-
r("div", z, [
|
|
67
|
-
a(i(F), {
|
|
68
|
-
btns: o.btns || []
|
|
69
|
-
}, null, 8, ["btns"])
|
|
70
|
-
])
|
|
71
|
-
])
|
|
72
|
-
]),
|
|
73
|
-
default: s(() => [
|
|
74
|
-
a(E, { name: "collapse" }, {
|
|
75
|
-
default: s(() => [
|
|
76
|
-
V(r("div", null, [
|
|
77
|
-
a(i(N), { list: o.children }, null, 8, ["list"])
|
|
78
|
-
], 512), [
|
|
79
|
-
[x, !n.value]
|
|
80
|
-
])
|
|
81
|
-
]),
|
|
82
|
-
_: 1
|
|
83
|
-
})
|
|
84
|
-
]),
|
|
85
|
-
_: 1
|
|
86
|
-
}, 16, ["class"]);
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
}), A = /* @__PURE__ */ S(L, [["__scopeId", "data-v-3f46c22f"]]);
|
|
90
|
-
export {
|
|
91
|
-
A as default
|
|
92
|
-
};
|