asiaint-lowcode 3.0.15 → 3.0.17

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 (39) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +145 -145
  3. package/dist/index.d.ts +17 -7
  4. package/dist/lazy/Card-C5_msSt_.js +59 -0
  5. package/dist/lazy/CardList-MgVKIygB.js +108 -0
  6. package/dist/lazy/CardListItem-CKntC7cg.js +85 -0
  7. package/dist/lazy/{Cascader-CnHSDWyV.js → Cascader-CYH5Fi7i.js} +7 -6
  8. package/dist/lazy/{Checkbox-CXppBe8g.js → Checkbox-D53Paz5b.js} +7 -6
  9. package/dist/lazy/{Collapse-BE41OQT2.js → Collapse-Cmx5or4b.js} +1 -1
  10. package/dist/lazy/{Component-DNhFHg-n.js → Component-CGdDOPOy.js} +1 -1
  11. package/dist/lazy/{Component-DlVpfzdU.js → Component-CU23NOb2.js} +1 -1
  12. package/dist/lazy/{Component-BBsYU6_G.js → Component-Cj1LHwcP.js} +1 -1
  13. package/dist/lazy/Component-D0dwgR6z.js +89 -0
  14. package/dist/lazy/{Component-Dxlups3B.js → Component-DF8iAcIj.js} +1 -1
  15. package/dist/lazy/{Component-CdICNWU8.js → Component-gsuTGjd3.js} +1 -1
  16. package/dist/lazy/CurdCard-B837mmwu.js +108 -0
  17. package/dist/lazy/{Custom-BrgWRhc6.js → Custom-_TKg63Y-.js} +1 -1
  18. package/dist/lazy/{FormList-CmKlYEPk.js → FormList-BpRr23C5.js} +1 -1
  19. package/dist/lazy/{Grid-Be8QkPg6.js → Grid-uJbOswN2.js} +3 -3
  20. package/dist/lazy/{Inline-DeMq-gek.js → Inline-JPrJPoID.js} +1 -1
  21. package/dist/lazy/{JsonEdit-lfdDuCnd.js → JsonEdit-BZR2tMmu.js} +1 -1
  22. package/dist/lazy/{ObjGroup-X5vjdZf5.js → ObjGroup-BFLXonc_.js} +1 -1
  23. package/dist/lazy/OfferDetails-wBzkM5UY.js +163 -0
  24. package/dist/lazy/{Radio-B8tb9S4T.js → Radio-DY3h8hvk.js} +22 -21
  25. package/dist/lazy/{SearchSelect-CXsLOVIR.js → SearchSelect-BA6DwHFz.js} +15 -14
  26. package/dist/lazy/{Select-BnTbhwxr.js → Select-B5xgS3RP.js} +4 -3
  27. package/dist/lazy/Table-lhInsLy-.js +280 -0
  28. package/dist/lazy/{Tabs-asDjGL8T.js → Tabs-DvbrjYdV.js} +1 -1
  29. package/dist/lazy/Wrapper-DOKiemVa.js +30 -0
  30. package/dist/lazy/{index-D4H-OWdh.js → index-KOkHm1wc.js} +5515 -5324
  31. package/dist/lazy/{useSelect-gkAmBz5n.js → useSelect-DnnrbcQO.js} +1 -1
  32. package/dist/style.css +2 -2
  33. package/package.json +1 -1
  34. package/dist/lazy/Card-Zf2G8kYf.js +0 -59
  35. package/dist/lazy/CardListItem-BhjMSuhz.js +0 -65
  36. package/dist/lazy/Component-Ba8iNL9C.js +0 -71
  37. package/dist/lazy/CurdCard-Cw8TCbDK.js +0 -84
  38. package/dist/lazy/Table-D8rK2otW.js +0 -257
  39. package/dist/lazy/Wrapper-BUShpbI8.js +0 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.0.15",
3
+ "version": "3.0.17",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,59 +0,0 @@
1
- import { defineComponent as c, ref as i, resolveComponent as p, openBlock as t, createBlock as m, mergeProps as u, withCtx as l, createElementVNode as a, createElementBlock as _, createVNode as o, unref as n, normalizeClass as v, createCommentVNode as f, toDisplayString as h, Transition as C, withDirectives as b, vShow as w } from "vue";
2
- import { _ as B, B as k, a as E, b as $ } from "./index-D4H-OWdh.js";
3
- import "element-plus";
4
- const y = { class: "card-header" }, N = { class: "card-btns" }, V = /* @__PURE__ */ c({
5
- __name: "Card",
6
- props: {
7
- children: {},
8
- collapsible: { type: Boolean },
9
- header: {},
10
- btns: {}
11
- },
12
- setup(g) {
13
- const s = i(!1);
14
- return (e, r) => {
15
- const d = p("ElCard");
16
- return t(), m(d, u(e.$attrs, {
17
- class: "crm-card",
18
- shadow: "never"
19
- }), {
20
- header: l(() => [
21
- a("div", y, [
22
- e.collapsible ? (t(), _("div", {
23
- key: 0,
24
- class: "icon-wrapper",
25
- onClick: r[0] || (r[0] = (D) => s.value = !s.value)
26
- }, [
27
- o(n(B), {
28
- name: "dropdown",
29
- class: v(["dropdown-icon", { "is-collapsed": s.value }])
30
- }, null, 8, ["class"])
31
- ])) : f("", !0),
32
- a("span", null, h(e.header), 1),
33
- a("div", N, [
34
- o(n(k), {
35
- btns: e.btns || []
36
- }, null, 8, ["btns"])
37
- ])
38
- ])
39
- ]),
40
- default: l(() => [
41
- o(C, { name: "collapse" }, {
42
- default: l(() => [
43
- b(a("div", null, [
44
- o(n(E), { list: e.children }, null, 8, ["list"])
45
- ], 512), [
46
- [w, !s.value]
47
- ])
48
- ]),
49
- _: 1
50
- })
51
- ]),
52
- _: 1
53
- }, 16);
54
- };
55
- }
56
- }), P = /* @__PURE__ */ $(V, [["__scopeId", "data-v-e92c2d71"]]);
57
- export {
58
- P as default
59
- };
@@ -1,65 +0,0 @@
1
- import { defineComponent as m, resolveComponent as u, openBlock as a, createElementBlock as i, createElementVNode as t, toDisplayString as l, normalizeStyle as p, createCommentVNode as h, Fragment as o, renderList as n, createVNode as c, withCtx as v } from "vue";
2
- import { I as b, b as k } from "./index-D4H-OWdh.js";
3
- const C = { class: "card-list-item" }, f = { class: "card-list-item-header" }, y = { class: "card-list-item-header-title" }, I = { class: "card-list-item-header-title__text" }, g = {
4
- key: 0,
5
- class: "card-list-item-header-title__sub"
6
- }, B = { class: "card-list-item-header-btns" }, L = ["onClick"], N = { class: "card-list-item-content" }, T = { class: "card-list-item-content-item-label" }, V = { class: "card-list-item-content-item-value" }, E = /* @__PURE__ */ m({
7
- __name: "CardListItem",
8
- props: {
9
- data: {}
10
- },
11
- setup(F) {
12
- const d = (e) => {
13
- };
14
- return (e, S) => {
15
- const r = u("el-tooltip");
16
- return a(), i("div", C, [
17
- t("div", f, [
18
- t("div", y, [
19
- t("div", I, l(e.data.title), 1),
20
- e.data.subTitle ? (a(), i("div", g, [
21
- t("span", {
22
- class: "card-list-item-header-title__sub-icon",
23
- style: p({ backgroundColor: e.data.subTitleColor })
24
- }, null, 4),
25
- t("span", null, l(e.data.subTitle), 1)
26
- ])) : h("", !0)
27
- ]),
28
- t("div", B, [
29
- (a(!0), i(o, null, n(e.data.btns, (s, _) => (a(), i("div", {
30
- class: "card-list-item-header-btns-item",
31
- key: _,
32
- onClick: (w) => d()
33
- }, [
34
- c(r, {
35
- class: "box-item",
36
- effect: "dark",
37
- content: s.label,
38
- placement: "top"
39
- }, {
40
- default: v(() => [
41
- c(b, {
42
- name: s.icon
43
- }, null, 8, ["name"])
44
- ]),
45
- _: 2
46
- }, 1032, ["content"])
47
- ], 8, L))), 128))
48
- ])
49
- ]),
50
- t("div", N, [
51
- (a(!0), i(o, null, n(e.data.content, (s) => (a(), i("div", {
52
- class: "card-list-item-content-item",
53
- key: s.label
54
- }, [
55
- t("div", T, l(s.label) + ":", 1),
56
- t("div", V, l(s.value), 1)
57
- ]))), 128))
58
- ])
59
- ]);
60
- };
61
- }
62
- }), $ = /* @__PURE__ */ k(E, [["__scopeId", "data-v-eea06634"]]);
63
- export {
64
- $ as default
65
- };
@@ -1,71 +0,0 @@
1
- import { defineComponent as g, inject as m, resolveComponent as u, openBlock as d, createBlock as _, mergeProps as L, withCtx as f, createElementVNode as i, toDisplayString as k, createElementBlock as C, Fragment as h, renderList as b, unref as x, withModifiers as $, createTextVNode as B, createCommentVNode as V } from "vue";
2
- import { h as w, f as E, b as I } from "./index-D4H-OWdh.js";
3
- import "element-plus";
4
- const P = { class: "custom-tree-node" }, j = /* @__PURE__ */ g({
5
- __name: "Component",
6
- props: {
7
- onNodeClick: {},
8
- onLoad: {},
9
- btns: {}
10
- },
11
- setup(y) {
12
- const l = y, t = m("ruleModule", void 0), a = m("pageMethodMap", {}), N = (e, n, o) => {
13
- if (t)
14
- try {
15
- t[e](a, { node: n, data: o });
16
- } catch (c) {
17
- console.error(c);
18
- }
19
- }, M = (e, n) => {
20
- if (l.onNodeClick && t)
21
- try {
22
- t[l.onNodeClick](a, { node: e, data: n });
23
- } catch (o) {
24
- console.error(o);
25
- }
26
- }, v = (e, n, o) => {
27
- if (l.onLoad && t)
28
- try {
29
- t[l.onLoad](a, { node: e, resolve: n, reject: o });
30
- } catch (c) {
31
- console.error(c);
32
- }
33
- };
34
- return (e, n) => {
35
- const o = u("el-button"), c = u("el-tree");
36
- return d(), _(c, L(e.$attrs, {
37
- onNodeClick: M,
38
- load: v,
39
- icon: w
40
- }), {
41
- default: f(({ node: s, data: p }) => [
42
- i("div", P, [
43
- i("span", null, k(s.label), 1),
44
- i("div", null, [
45
- (d(!0), C(h, null, b(e.btns, (r) => (d(), C(h, {
46
- key: r.key
47
- }, [
48
- x(E)(r.hidden, { $node: s, $data: p }) ? V("", !0) : (d(), _(o, {
49
- key: 0,
50
- link: "",
51
- onClick: $((A) => N(r.onClick, s, p), ["stop"]),
52
- disabled: r.disabled,
53
- type: r.type
54
- }, {
55
- default: f(() => [
56
- B(k(r.text), 1)
57
- ]),
58
- _: 2
59
- }, 1032, ["onClick", "disabled", "type"]))
60
- ], 64))), 128))
61
- ])
62
- ])
63
- ]),
64
- _: 1
65
- }, 16);
66
- };
67
- }
68
- }), T = /* @__PURE__ */ I(j, [["__scopeId", "data-v-ff1dc461"]]);
69
- export {
70
- T as default
71
- };
@@ -1,84 +0,0 @@
1
- import { defineComponent as k, inject as m, resolveComponent as f, openBlock as t, createElementBlock as l, createElementVNode as n, normalizeClass as y, createBlock as a, createCommentVNode as v, toDisplayString as I, Fragment as p, renderList as g, withCtx as b, createVNode as r, unref as u } from "vue";
2
- import { I as s, B, a as M, b as V } from "./index-D4H-OWdh.js";
3
- import "element-plus";
4
- const $ = { class: "crm-curd-card" }, z = { class: "left-part" }, E = { class: "title" }, F = { class: "right-part" }, N = /* @__PURE__ */ k({
5
- __name: "CurdCard",
6
- props: {
7
- children: {},
8
- collapsible: { type: Boolean },
9
- title: {},
10
- btns: {},
11
- type: {},
12
- mainIcon: {},
13
- extraIcons: {}
14
- },
15
- setup(j) {
16
- const c = m("ruleModule", void 0), C = m("pageMethodMap", {}), i = (e) => {
17
- if (e && c)
18
- try {
19
- c[e](C);
20
- } catch (d) {
21
- console.error(d);
22
- }
23
- };
24
- return (e, d) => {
25
- const _ = f("el-tooltip");
26
- return t(), l("div", $, [
27
- n("div", {
28
- class: y(["card-header", {
29
- inline: e.type === "inline",
30
- mix: e.type === "mix",
31
- default: e.type === "default"
32
- }])
33
- }, [
34
- n("div", z, [
35
- e.mainIcon ? (t(), a(s, {
36
- key: 0,
37
- class: "title-icon",
38
- size: "large",
39
- name: e.mainIcon.name,
40
- color: e.mainIcon.color
41
- }, null, 8, ["name", "color"])) : v("", !0),
42
- n("span", E, I(e.title), 1),
43
- (t(!0), l(p, null, g(e.extraIcons, (o) => (t(), l(p, {
44
- key: o.name
45
- }, [
46
- o.tips ? (t(), a(_, {
47
- key: 0,
48
- content: o.tips,
49
- placement: "right"
50
- }, {
51
- default: b(() => [
52
- r(s, {
53
- class: "extra-icon",
54
- name: o.name,
55
- color: o.color,
56
- onClick: (h) => i(o.onClick)
57
- }, null, 8, ["name", "color", "onClick"])
58
- ]),
59
- _: 2
60
- }, 1032, ["content"])) : (t(), a(s, {
61
- key: 1,
62
- class: "extra-icon",
63
- name: o.name,
64
- color: o.color,
65
- onClick: (h) => i(o.onClick)
66
- }, null, 8, ["name", "color", "onClick"]))
67
- ], 64))), 128))
68
- ]),
69
- n("div", F, [
70
- r(u(B), {
71
- btns: e.btns || []
72
- }, null, 8, ["btns"])
73
- ])
74
- ], 2),
75
- n("div", null, [
76
- r(u(M), { list: e.children }, null, 8, ["list"])
77
- ])
78
- ]);
79
- };
80
- }
81
- }), R = /* @__PURE__ */ V(N, [["__scopeId", "data-v-165cc4ed"]]);
82
- export {
83
- R as default
84
- };
@@ -1,257 +0,0 @@
1
- import { defineComponent as ne, inject as R, ref as w, watch as ae, useTemplateRef as oe, readonly as re, toRefs as le, resolveComponent as v, openBlock as i, createElementBlock as h, createVNode as C, unref as c, withCtx as u, createElementVNode as b, createBlock as z, createCommentVNode as f, Fragment as S, renderList as P, toDisplayString as _, createTextVNode as ie } from "vue";
2
- import { $ as se, _ as ue, f as ce, b as pe } from "./index-D4H-OWdh.js";
3
- import { ElTable as de } from "element-plus";
4
- const ge = { class: "empty-content" }, he = { class: "text-ellipsis" }, fe = { class: "text-ellipsis" }, me = {
5
- key: 0,
6
- class: "pagination-wrapper"
7
- }, ye = /* @__PURE__ */ ne({
8
- __name: "Table",
9
- props: {
10
- title: {},
11
- key: {},
12
- rulePath: {},
13
- rowKey: {},
14
- showDynamicSearch: { type: Boolean },
15
- multipleSelection: { type: Boolean },
16
- highlightCurrentRow: { type: Boolean },
17
- rowClick: {},
18
- rowDbClick: {},
19
- sizeChange: {},
20
- pageChange: {},
21
- topBtns: {},
22
- rowBtns: {},
23
- columns: {},
24
- hidden: { type: Boolean },
25
- hiddenPagination: { type: Boolean },
26
- handleCurrentChange: {},
27
- pageSizes: {},
28
- defaultPageSize: {},
29
- tableData: {},
30
- total: {},
31
- pagination: {}
32
- },
33
- setup(M, { expose: T }) {
34
- const n = M, p = R("ruleModule", void 0), d = R("pageMethodMap", {}), B = R(se), k = B ? B.translateFn : null, m = w(), E = (e, t) => {
35
- const r = n.columns.find((l) => l.key === e);
36
- r && (r.hidden = !t);
37
- }, V = (e, t, r) => {
38
- try {
39
- p[e.onClick](d, t, r);
40
- } catch (l) {
41
- console.error(l);
42
- }
43
- }, $ = (e) => {
44
- if (n.rowClick)
45
- try {
46
- p[n.rowClick](d, e);
47
- } catch (t) {
48
- console.error(t);
49
- }
50
- }, F = (e) => {
51
- if (n.rowDbClick)
52
- try {
53
- p[n.rowDbClick](d, e);
54
- } catch (t) {
55
- console.error(t);
56
- }
57
- }, j = w([]), H = (e) => {
58
- j.value = e;
59
- }, K = () => {
60
- var e;
61
- (e = m.value) == null || e.clearSelection();
62
- }, U = () => n.tableData, N = w(), x = (e) => {
63
- if (N.value = e, !!n.handleCurrentChange)
64
- try {
65
- p[n.handleCurrentChange](d, e);
66
- } catch (t) {
67
- console.error(t);
68
- }
69
- }, A = () => N.value, I = () => {
70
- var e;
71
- return (e = m.value) == null ? void 0 : e.getSelectionRows();
72
- }, L = async () => !0, W = (e, t) => {
73
- var l;
74
- const r = (l = n.topBtns) == null ? void 0 : l.find((y) => y.key === e);
75
- r && (r.hidden = t);
76
- }, q = (e, t) => {
77
- var l;
78
- const r = (l = n.rowBtns) == null ? void 0 : l.find((y) => y.key === e);
79
- r && (r.condition = !t);
80
- }, o = w({ pageNum: 1, pageSize: n.defaultPageSize || 10 });
81
- ae(
82
- () => n.pagination,
83
- () => {
84
- o.value.pageNum = n.pagination.pageNum, o.value.pageSize = n.pagination.pageSize;
85
- }
86
- );
87
- const G = () => o.value, J = (e) => {
88
- let t = !1;
89
- return e.pageNum > -1 && (o.value.pageNum !== e.pageNum && (t = !0), o.value.pageNum = e.pageNum), e.pageSize > -1 && (o.value.pageSize !== e.pageSize && (t = !0), o.value.pageSize = e.pageSize), { pagination: o.value, isChange: t };
90
- }, O = (e) => {
91
- if (o.value.pageNum = 1, o.value.pageSize = e, !!n.sizeChange)
92
- try {
93
- p[n.sizeChange](d, o.value);
94
- } catch (t) {
95
- console.error(t);
96
- }
97
- }, Q = (e) => {
98
- if (o.value.pageNum = e, !!n.pageChange)
99
- try {
100
- p[n.pageChange](d, o.value);
101
- } catch (t) {
102
- console.error(t);
103
- }
104
- }, X = (e) => {
105
- var t;
106
- (t = m.value) == null || t.setCurrentRow(e);
107
- }, Y = (e) => {
108
- var t;
109
- (t = m.value) == null || t.setCurrentRow(n.tableData[e]);
110
- }, Z = (e, t, r) => {
111
- n.columns.forEach((l) => {
112
- l.key === e && l[t] && (l[t] = r);
113
- });
114
- }, D = oe("rootRef"), ee = re({
115
- ...le(n),
116
- clearSelection: K,
117
- getData: U,
118
- getCurrentRow: A,
119
- getSelectedRows: I,
120
- validate: L,
121
- selectRow: X,
122
- selectRowNum: Y,
123
- getPagination: G,
124
- setPagination: J,
125
- setTopBtnHidden: W,
126
- setColVisible: E,
127
- setColumn: Z,
128
- setRowsBtnHidden: q,
129
- rootRef: D,
130
- type: "table"
131
- });
132
- return T(ee), (e, t) => {
133
- const r = v("el-table-column"), l = v("el-tooltip"), y = v("el-button"), te = v("el-pagination");
134
- return e.hidden ? f("", !0) : (i(), h("div", {
135
- key: 0,
136
- class: "table-render",
137
- ref_key: "rootRef",
138
- ref: D
139
- }, [
140
- C(c(de), {
141
- ref_key: "tableRef",
142
- ref: m,
143
- data: e.tableData,
144
- stripe: "",
145
- "highlight-current-row": e.highlightCurrentRow,
146
- "row-key": e.rowKey,
147
- onRowClick: $,
148
- onRowDblclick: F,
149
- onSelectionChange: H,
150
- onCurrentChange: x
151
- }, {
152
- empty: u(() => [
153
- b("div", ge, [
154
- C(c(ue), {
155
- name: "tableEmpty",
156
- style: { width: 56, height: 56 }
157
- }),
158
- t[2] || (t[2] = b("div", null, "No data available,please check", -1))
159
- ])
160
- ]),
161
- default: u(() => [
162
- e.multipleSelection ? (i(), z(r, {
163
- key: 0,
164
- type: "selection",
165
- width: "55"
166
- })) : f("", !0),
167
- (i(!0), h(S, null, P(e.columns, (a) => (i(), h(S, {
168
- key: a.key
169
- }, [
170
- a.hidden ? f("", !0) : (i(), z(r, {
171
- key: 0,
172
- prop: a.key,
173
- "min-width": a.minWidth,
174
- fixed: a.fixed || !1
175
- }, {
176
- header: u(() => [
177
- C(l, {
178
- class: "box-item",
179
- effect: "dark",
180
- content: a.label,
181
- "show-after": 300,
182
- placement: "top"
183
- }, {
184
- default: u(() => [
185
- b("div", he, _(a.label), 1)
186
- ]),
187
- _: 2
188
- }, 1032, ["content"])
189
- ]),
190
- default: u(({ row: g }) => [
191
- C(l, {
192
- class: "box-item",
193
- effect: "dark",
194
- content: c(k) ? c(k)(a.key, g) : g[a.key],
195
- "show-after": 300,
196
- placement: "top"
197
- }, {
198
- default: u(() => [
199
- b("div", fe, _(c(k) ? c(k)(a.key, g) : g[a.key]), 1)
200
- ]),
201
- _: 2
202
- }, 1032, ["content"])
203
- ]),
204
- _: 2
205
- }, 1032, ["prop", "min-width", "fixed"]))
206
- ], 64))), 128)),
207
- e.rowBtns && e.rowBtns.length > 0 ? (i(), z(r, {
208
- key: 1,
209
- label: "Action",
210
- fixed: "right",
211
- align: "left"
212
- }, {
213
- default: u(({ row: a, $index: g }) => [
214
- (i(!0), h(S, null, P(e.rowBtns, (s) => (i(), h(S, {
215
- key: s.key
216
- }, [
217
- s.condition === void 0 || s.condition === null || c(ce)(s.condition, { $row: a }) ? (i(), z(y, {
218
- key: 0,
219
- disabled: s.disabled,
220
- size: "small",
221
- type: s.type,
222
- onClick: (Ce) => V(s, a, g)
223
- }, {
224
- default: u(() => [
225
- ie(_(s.label), 1)
226
- ]),
227
- _: 2
228
- }, 1032, ["disabled", "type", "onClick"])) : f("", !0)
229
- ], 64))), 128))
230
- ]),
231
- _: 1
232
- })) : f("", !0)
233
- ]),
234
- _: 1
235
- }, 8, ["data", "highlight-current-row", "row-key"]),
236
- !e.hiddenPagination && e.total > 0 ? (i(), h("div", me, [
237
- C(te, {
238
- background: "",
239
- layout: "total,sizes, prev, pager, next,jumper",
240
- total: e.total,
241
- "page-sizes": e.pageSizes,
242
- "default-page-size": e.defaultPageSize,
243
- "current-page": o.value.pageNum,
244
- "onUpdate:currentPage": t[0] || (t[0] = (a) => o.value.pageNum = a),
245
- "page-size": o.value.pageSize,
246
- "onUpdate:pageSize": t[1] || (t[1] = (a) => o.value.pageSize = a),
247
- onSizeChange: O,
248
- onCurrentChange: Q
249
- }, null, 8, ["total", "page-sizes", "default-page-size", "current-page", "page-size"])
250
- ])) : f("", !0)
251
- ], 512));
252
- };
253
- }
254
- }), be = /* @__PURE__ */ pe(ye, [["__scopeId", "data-v-0bde9a32"]]);
255
- export {
256
- be as default
257
- };
@@ -1,20 +0,0 @@
1
- import { defineComponent as r, openBlock as t, createElementBlock as n, normalizeStyle as l, createVNode as o, unref as a } from "vue";
2
- import { a as p } from "./index-D4H-OWdh.js";
3
- import "element-plus";
4
- const f = /* @__PURE__ */ r({
5
- __name: "Wrapper",
6
- props: {
7
- children: {},
8
- style: { type: [Boolean, null, String, Object, Array] }
9
- },
10
- setup(i) {
11
- return (e, s) => (t(), n("div", {
12
- style: l(e.style)
13
- }, [
14
- o(a(p), { list: e.children }, null, 8, ["list"])
15
- ], 4));
16
- }
17
- });
18
- export {
19
- f as default
20
- };