asiaint-lowcode 3.0.22 → 3.0.24
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 +45 -45
- package/dist/index.d.ts +2 -0
- package/dist/lazy/{Card-BSIlk7sl.js → Card-DWHXO8QF.js} +1 -1
- package/dist/lazy/{Cascader-CJCSooPT.js → Cascader-BRSxnuqk.js} +1 -1
- package/dist/lazy/{Checkbox-Cfget8PO.js → Checkbox-FOpBQ2u7.js} +2 -2
- package/dist/lazy/{Collapse-B00z3bax.js → Collapse-NyEQs15R.js} +1 -1
- package/dist/lazy/{Component-DJfaia_x.js → Component-4MN_4phy.js} +1 -1
- package/dist/lazy/{Component-CR9rcr7C.js → Component-Bh3J0rdf.js} +1 -1
- package/dist/lazy/Component-CEM0gst0.js +93 -0
- package/dist/lazy/{Component-DqouCzcp.js → Component-DrDAFMp3.js} +1 -1
- package/dist/lazy/{Component-0b7VFD3U.js → Component-tnTacQmK.js} +1 -1
- package/dist/lazy/{Component-CPH7THgQ.js → Component-xNOvM2iR.js} +1 -1
- package/dist/lazy/{CurdCard-DzXT2vx0.js → CurdCard-D1pm5KZ5.js} +23 -23
- package/dist/lazy/{Custom-B0dZl7am.js → Custom-BPTzdX6c.js} +1 -1
- package/dist/lazy/{FormList-CzVjz4-M.js → FormList-Cilxebcn.js} +1 -1
- package/dist/lazy/{Grid-D6SyYDkl.js → Grid-CT8qq4Pi.js} +3 -3
- package/dist/lazy/{Inline-BfYU-rEo.js → Inline-ChdliYlO.js} +1 -1
- package/dist/lazy/{JsonEdit-DR4TytpB.js → JsonEdit-CWKx0wA9.js} +1 -1
- package/dist/lazy/{ObjGroup-By9aSlqC.js → ObjGroup-UNJvnh1b.js} +1 -1
- package/dist/lazy/{OfferDetails-C_YLBbcS.js → OfferDetails-CUZi3yz4.js} +2 -1
- package/dist/lazy/{Radio-BVkBOQzX.js → Radio-DtPOd1to.js} +2 -2
- package/dist/lazy/{SearchSelect-BMNjq_HJ.js → SearchSelect-DtZPSGCS.js} +2 -2
- package/dist/lazy/{Select-m5wicy9a.js → Select-BNV3Zt9l.js} +2 -2
- package/dist/lazy/Table-BkvHcRpT.js +280 -0
- package/dist/lazy/{Tabs-CEd7LSXR.js → Tabs-CcBlFBej.js} +1 -1
- package/dist/lazy/{Wrapper-CC-1VGmf.js → Wrapper-CQbgkAfW.js} +1 -1
- package/dist/lazy/{index-BbRXuTVK.js → index-DCpsxjeZ.js} +335 -328
- package/dist/lazy/{useSelect-BtL1_7JS.js → useSelect-N-3TdoV-.js} +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/dist/lazy/Component-H3v1KWfh.js +0 -89
- package/dist/lazy/Table-fzR3oAK4.js +0 -296
package/dist/index.d.ts
CHANGED
|
@@ -181,6 +181,7 @@ declare type BtnType = {
|
|
|
181
181
|
text: string;
|
|
182
182
|
isTextBtn?: boolean;
|
|
183
183
|
isLinkBtn?: boolean;
|
|
184
|
+
isPlainBtn?: boolean;
|
|
184
185
|
onClick: string;
|
|
185
186
|
disabled?: boolean;
|
|
186
187
|
hidden?: boolean;
|
|
@@ -733,6 +734,7 @@ declare type TableSchema = {
|
|
|
733
734
|
typeSwitch?: boolean;
|
|
734
735
|
displayType?: 'card' | 'table';
|
|
735
736
|
onMounted?: string;
|
|
737
|
+
height?: number;
|
|
736
738
|
};
|
|
737
739
|
|
|
738
740
|
declare type TabsSchema = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { _ as D, I as C, B as F, a as N, b as S } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const j = { class: "card-header" }, z = { class: "card-btns" }, L = /* @__PURE__ */ w({
|
|
5
5
|
__name: "Card",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, mergeModels as g, useModel as v, inject as d, resolveComponent as y, openBlock as M, createBlock as C, mergeProps as h, unref as r } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
|
-
import { u as b } from "./useSelect-
|
|
3
|
+
import { u as b } from "./useSelect-N-3TdoV-.js";
|
|
4
4
|
const k = /* @__PURE__ */ f({
|
|
5
5
|
__name: "Cascader",
|
|
6
6
|
props: /* @__PURE__ */ g({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as w, useModel as D, watch as F, resolveComponent as u, resolveDirective as M, unref as a, openBlock as l, createElementBlock as n, toDisplayString as I, Fragment as d, createCommentVNode as i, withDirectives as P, createBlock as s, mergeProps as S, withCtx as f, renderList as h } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
|
-
import { u as j } from "./index-
|
|
4
|
-
import { u as E } from "./useSelect-
|
|
3
|
+
import { u as j } from "./index-DCpsxjeZ.js";
|
|
4
|
+
import { u as E } from "./useSelect-N-3TdoV-.js";
|
|
5
5
|
const L = { key: 0 }, N = {
|
|
6
6
|
key: 0,
|
|
7
7
|
style: { "font-size": "12px" }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as u, ref as f, onMounted as _, watch as h, resolveComponent as c, openBlock as o, createBlock as i, mergeProps as C, withCtx as r, createElementBlock as E, Fragment as k, renderList as v, createVNode as m, unref as V } from "vue";
|
|
2
|
-
import { a as y } from "./index-
|
|
2
|
+
import { a as y } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import { _ as B } from "./Title.vue_vue_type_script_setup_true_lang-Ceco_9-w.js";
|
|
5
5
|
const x = /* @__PURE__ */ u({
|
|
@@ -2,7 +2,7 @@ var u = Object.defineProperty;
|
|
|
2
2
|
var m = (o, e, t) => e in o ? u(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
|
|
3
3
|
var a = (o, e, t) => m(o, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import { defineComponent as g, mergeModels as v, useModel as I, ref as c, onMounted as w, resolveComponent as C, openBlock as y, createElementBlock as _, createVNode as V, createElementVNode as M } from "vue";
|
|
5
|
-
import { u as b, b as x } from "./index-
|
|
5
|
+
import { u as b, b as x } from "./index-DCpsxjeZ.js";
|
|
6
6
|
import "element-plus";
|
|
7
7
|
function S() {
|
|
8
8
|
return "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z".split(",");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as s, mergeModels as u, useModel as p, resolveComponent as d, openBlock as t, createElementBlock as i, toDisplayString as c, createBlock as y, mergeProps as f } from "vue";
|
|
2
|
-
import { u as v } from "./index-
|
|
2
|
+
import { u as v } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const _ = { key: 0 }, K = /* @__PURE__ */ s({
|
|
5
5
|
__name: "Component",
|
|
@@ -0,0 +1,93 @@
|
|
|
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-DCpsxjeZ.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
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as b, mergeModels as V, useModel as B, resolveComponent as d, openBlock as l, createBlock as n, createSlots as C, withCtx as a, createElementBlock as m, Fragment as w, createVNode as E, unref as r, createElementVNode as o, createTextVNode as i, toDisplayString as p, createCommentVNode as u } from "vue";
|
|
2
2
|
import { ElMessage as M, ElMessageBox as N } from "element-plus";
|
|
3
|
-
import { _ as f } from "./index-
|
|
3
|
+
import { _ as f } from "./index-DCpsxjeZ.js";
|
|
4
4
|
const $ = {
|
|
5
5
|
key: 0,
|
|
6
6
|
style: { "min-width": "300px" }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, ref as v, computed as N, watch as L, onMounted as x, onBeforeUnmount as F, openBlock as T, createElementBlock as E, mergeModels as J, useModel as A, resolveComponent as G, unref as W, createElementVNode as P, createBlock as X, withCtx as D, createTextVNode as I, createCommentVNode as Y, createVNode as R } from "vue";
|
|
2
|
-
import { b as H, u as K, c as Q } from "./index-
|
|
2
|
+
import { b as H, u as K, c as Q } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const Z = $({
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, mergeModels as m, useModel as r, resolveComponent as u, openBlock as p, createBlock as i, mergeProps as c, unref as f } from "vue";
|
|
2
|
-
import { u as V } from "./index-
|
|
2
|
+
import { u as V } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const B = /* @__PURE__ */ d({
|
|
5
5
|
__name: "Component",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { u as j, I as
|
|
1
|
+
import { defineComponent as $, inject as I, ref as w, resolveComponent as E, openBlock as n, createElementBlock as s, createElementVNode as t, normalizeClass as v, createBlock as d, createCommentVNode as y, toDisplayString as F, Fragment as g, renderList as N, withCtx as T, createVNode as i, unref as f, Transition as V, withDirectives as z, vShow as D } from "vue";
|
|
2
|
+
import { u as j, I as c, B as L, a as _, i as R, b as q } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "title" }, J = { class: "right-part" }, K = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "switch-panel"
|
|
7
|
-
}, O = { key: 2 }, P = /* @__PURE__ */
|
|
7
|
+
}, O = { key: 2 }, P = /* @__PURE__ */ $({
|
|
8
8
|
__name: "CurdCard",
|
|
9
9
|
props: {
|
|
10
10
|
name: {},
|
|
@@ -20,18 +20,18 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
20
20
|
displayType: {}
|
|
21
21
|
},
|
|
22
22
|
setup(B) {
|
|
23
|
-
const
|
|
24
|
-
if (e &&
|
|
23
|
+
const m = I("ruleModule", void 0), k = I("pageMethodMap", {}), r = B, b = (e) => {
|
|
24
|
+
if (e && m)
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
m[e](k);
|
|
27
27
|
} catch (o) {
|
|
28
28
|
console.error(o);
|
|
29
29
|
}
|
|
30
30
|
}, M = () => {
|
|
31
|
-
|
|
32
|
-
},
|
|
31
|
+
p.value = !p.value, r.onCollapsed && m && m[r.onCollapsed](k, p.value);
|
|
32
|
+
}, p = w(!1), u = w(r.displayType || (r.typeSwitch ? "card" : "table")), S = j(), C = (e) => {
|
|
33
33
|
u.value = e;
|
|
34
|
-
const o = R(
|
|
34
|
+
const o = R(S.schema.items, r.name), h = (l) => {
|
|
35
35
|
l.forEach((a) => {
|
|
36
36
|
a.component === "Table" && a.props && (a.props.displayType = e), a.children && a.children.length > 0 && h(a.children);
|
|
37
37
|
});
|
|
@@ -49,7 +49,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
49
49
|
}])
|
|
50
50
|
}, [
|
|
51
51
|
t("div", G, [
|
|
52
|
-
e.mainIcon ? (n(),
|
|
52
|
+
e.mainIcon ? (n(), d(c, {
|
|
53
53
|
key: 0,
|
|
54
54
|
class: "title-icon",
|
|
55
55
|
size: "large",
|
|
@@ -60,13 +60,13 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
60
60
|
(n(!0), s(g, null, N(e.extraIcons, (l) => (n(), s(g, {
|
|
61
61
|
key: l.name
|
|
62
62
|
}, [
|
|
63
|
-
l.tips ? (n(),
|
|
63
|
+
l.tips ? (n(), d(h, {
|
|
64
64
|
key: 0,
|
|
65
65
|
content: l.tips,
|
|
66
66
|
placement: "right"
|
|
67
67
|
}, {
|
|
68
68
|
default: T(() => [
|
|
69
|
-
i(
|
|
69
|
+
i(c, {
|
|
70
70
|
class: "extra-icon",
|
|
71
71
|
name: l.name,
|
|
72
72
|
color: l.color,
|
|
@@ -74,7 +74,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
74
74
|
}, null, 8, ["name", "color", "onClick"])
|
|
75
75
|
]),
|
|
76
76
|
_: 2
|
|
77
|
-
}, 1032, ["content"])) : (n(),
|
|
77
|
+
}, 1032, ["content"])) : (n(), d(c, {
|
|
78
78
|
key: 1,
|
|
79
79
|
class: "extra-icon",
|
|
80
80
|
name: l.name,
|
|
@@ -89,41 +89,41 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
89
89
|
class: v(["switch-icon-wrapper", { active: u.value === "card" }]),
|
|
90
90
|
onClick: o[0] || (o[0] = (l) => C("card"))
|
|
91
91
|
}, [
|
|
92
|
-
i(
|
|
92
|
+
i(c, { name: "icon-kapian" })
|
|
93
93
|
], 2),
|
|
94
94
|
t("div", {
|
|
95
95
|
class: v(["switch-icon-wrapper", { active: u.value === "table" }]),
|
|
96
96
|
onClick: o[1] || (o[1] = (l) => C("table"))
|
|
97
97
|
}, [
|
|
98
|
-
i(
|
|
98
|
+
i(c, { name: "icon-biaoge" })
|
|
99
99
|
], 2)
|
|
100
100
|
])) : y("", !0),
|
|
101
101
|
e.collapsible ? (n(), s("div", {
|
|
102
102
|
key: 1,
|
|
103
|
-
class: v(["collapse-icon-wrapper", { collapsed:
|
|
103
|
+
class: v(["collapse-icon-wrapper", { collapsed: p.value }]),
|
|
104
104
|
onClick: M
|
|
105
105
|
}, [
|
|
106
|
-
i(
|
|
106
|
+
i(c, { name: "icon-shaixuan" })
|
|
107
107
|
], 2)) : y("", !0),
|
|
108
108
|
e.btns && e.btns.length > 0 ? (n(), s("div", O, [
|
|
109
|
-
i(
|
|
109
|
+
i(f(L), {
|
|
110
110
|
btns: e.btns || []
|
|
111
111
|
}, null, 8, ["btns"])
|
|
112
112
|
])) : y("", !0)
|
|
113
113
|
])
|
|
114
114
|
], 2),
|
|
115
|
-
e.onCollapsed ? (n(),
|
|
115
|
+
e.onCollapsed ? (n(), d(f(_), {
|
|
116
116
|
key: 1,
|
|
117
117
|
list: e.children
|
|
118
|
-
}, null, 8, ["list"])) : (n(),
|
|
118
|
+
}, null, 8, ["list"])) : (n(), d(V, {
|
|
119
119
|
key: 0,
|
|
120
120
|
name: "collapse"
|
|
121
121
|
}, {
|
|
122
122
|
default: T(() => [
|
|
123
123
|
z(t("div", null, [
|
|
124
|
-
i(
|
|
124
|
+
i(f(_), { list: e.children }, null, 8, ["list"])
|
|
125
125
|
], 512), [
|
|
126
|
-
[D, !
|
|
126
|
+
[D, !p.value]
|
|
127
127
|
])
|
|
128
128
|
]),
|
|
129
129
|
_: 1
|
|
@@ -131,7 +131,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
|
|
|
131
131
|
]);
|
|
132
132
|
};
|
|
133
133
|
}
|
|
134
|
-
}), X = /* @__PURE__ */ q(P, [["__scopeId", "data-v-
|
|
134
|
+
}), X = /* @__PURE__ */ q(P, [["__scopeId", "data-v-cdd76c6f"]]);
|
|
135
135
|
export {
|
|
136
136
|
X as default
|
|
137
137
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as u, resolveDynamicComponent as d, mergeProps as c } from "vue";
|
|
2
|
-
import { b as i } from "./index-
|
|
2
|
+
import { b as i } from "./index-DCpsxjeZ.js";
|
|
3
3
|
const f = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "empty"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as S, mergeModels as j, useModel as G, ref as T, computed as M, watch as H, onMounted as J, provide as K, resolveComponent as b, openBlock as l, createElementBlock as _, unref as m, createBlock as s, Fragment as $, renderList as g, withCtx as r, createElementVNode as C, createVNode as v, mergeProps as R, createCommentVNode as y, toDisplayString as F, createTextVNode as O, h as Q } from "vue";
|
|
2
|
-
import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-
|
|
2
|
+
import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const Y = { class: "vfc-formList" }, Z = { key: 1 }, x = { class: "list-item-content" }, ee = { class: "card-header" }, le = { style: { "margin-top": "5px" } }, oe = /* @__PURE__ */ S({
|
|
5
5
|
__name: "FormList",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as o, computed as a, openBlock as d, createBlock as e, unref as r, normalizeStyle as l } from "vue";
|
|
2
|
-
import { a as m } from "./index-
|
|
2
|
+
import { a as m } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const f = /* @__PURE__ */ o({
|
|
5
5
|
__name: "Grid",
|
|
@@ -18,8 +18,8 @@ const f = /* @__PURE__ */ o({
|
|
|
18
18
|
const p = t, n = a(() => ({
|
|
19
19
|
display: "grid",
|
|
20
20
|
"grid-template-columns": `repeat(${p.columns}, 1fr)`,
|
|
21
|
-
"row-gap": (p.rowGap ||
|
|
22
|
-
"column-gap": (p.columnGap ||
|
|
21
|
+
"row-gap": (p.rowGap || 12) + "px",
|
|
22
|
+
"column-gap": (p.columnGap || 12) + "px",
|
|
23
23
|
"align-items": p.alignItems,
|
|
24
24
|
"padding-top": p.paddingTop + "px",
|
|
25
25
|
"padding-bottom": p.paddingBottom + "px",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as a, computed as l, openBlock as p, createBlock as r, unref as i, normalizeStyle as s } from "vue";
|
|
2
|
-
import { a as c, b as f } from "./index-
|
|
2
|
+
import { a as c, b as f } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const m = /* @__PURE__ */ a({
|
|
5
5
|
__name: "Inline",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as At, openBlock as mt, createElementBlock as wt, mergeProps as St, createElementVNode as pt, renderSlot as It, normalizeClass as bt, mergeModels as Tt, useModel as Et, createBlock as Rt, unref as $t, withCtx as _t, createVNode as Lt } from "vue";
|
|
2
|
-
import { b as xt, g as Nt } from "./index-
|
|
2
|
+
import { b as xt, g as Nt } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const Mt = /* @__PURE__ */ At({
|
|
5
5
|
__name: "Disabled",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as p, inject as i, provide as d, ref as f, openBlock as e, createElementBlock as o, unref as n, createBlock as m, Fragment as _, renderList as $, mergeProps as b } from "vue";
|
|
2
|
-
import { u as j, d as h, e as k } from "./index-
|
|
2
|
+
import { u as j, d as h, e as k } from "./index-DCpsxjeZ.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const v = { class: "vfc-ObjGroup" }, B = {
|
|
5
5
|
key: 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as D, resolveComponent as I, openBlock as l, createBlock as N, withCtx as M, createVNode as S, createElementVNode as a, createElementBlock as s, Fragment as c, renderList as _, toDisplayString as h, createCommentVNode as O, ref as F, inject as g, watchEffect as P, onMounted as $, normalizeStyle as z } from "vue";
|
|
2
|
-
import { j as A, $ as L, b as R } from "./index-
|
|
2
|
+
import { j as A, $ as L, b as R } from "./index-DCpsxjeZ.js";
|
|
3
3
|
const V = { class: "content" }, j = { class: "product-list" }, K = { class: "attribute-list" }, x = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "attribute-list-item"
|
|
@@ -82,6 +82,7 @@ const V = { class: "content" }, j = { class: "product-list" }, K = { class: "att
|
|
|
82
82
|
typeSwitch: { type: Boolean },
|
|
83
83
|
displayType: {},
|
|
84
84
|
onMounted: {},
|
|
85
|
+
height: {},
|
|
85
86
|
gridColumns: { default: 3 },
|
|
86
87
|
gap: { default: 16 },
|
|
87
88
|
data: {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as z, mergeModels as S, useModel as T, inject as K, resolveComponent as p, resolveDirective as w, openBlock as o, createElementBlock as d, toDisplayString as F, unref as l, Fragment as m, createCommentVNode as N, withDirectives as I, createBlock as y, mergeProps as k, withCtx as C, createVNode as P, renderList as M } from "vue";
|
|
2
|
-
import { u as $ } from "./index-
|
|
3
|
-
import { u as j } from "./useSelect-
|
|
2
|
+
import { u as $ } from "./index-DCpsxjeZ.js";
|
|
3
|
+
import { u as j } from "./useSelect-N-3TdoV-.js";
|
|
4
4
|
const E = { key: 0 }, L = {
|
|
5
5
|
key: 0,
|
|
6
6
|
style: { "font-size": "12px" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as w, mergeModels as A, useModel as F, inject as S, resolveComponent as f, resolveDirective as I, openBlock as o, createElementBlock as i, toDisplayString as y, unref as u, withDirectives as N, createBlock as k, mergeProps as j, withCtx as b, Fragment as P, renderList as $, createTextVNode as E, createVNode as C } from "vue";
|
|
2
|
-
import { u as L, _ as O, b as T } from "./index-
|
|
3
|
-
import { u as U } from "./useSelect-
|
|
2
|
+
import { u as L, _ as O, b as T } from "./index-DCpsxjeZ.js";
|
|
3
|
+
import { u as U } from "./useSelect-N-3TdoV-.js";
|
|
4
4
|
const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
|
|
5
5
|
key: 1,
|
|
6
6
|
class: "search-select-wrapper"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as _, mergeModels as k, useModel as B, inject as f, computed as D, resolveComponent as y, resolveDirective as S, openBlock as r, createElementBlock as i, toDisplayString as v, createBlock as b, mergeProps as A, withCtx as g, withDirectives as F, Fragment as j, renderList as w, unref as h, createTextVNode as I } from "vue";
|
|
2
|
-
import { u as N } from "./index-
|
|
3
|
-
import { u as P } from "./useSelect-
|
|
2
|
+
import { u as N } from "./index-DCpsxjeZ.js";
|
|
3
|
+
import { u as P } from "./useSelect-N-3TdoV-.js";
|
|
4
4
|
const E = { key: 0 }, L = { style: { "min-height": "32px" } }, $ = /* @__PURE__ */ _({
|
|
5
5
|
__name: "Select",
|
|
6
6
|
props: /* @__PURE__ */ k({
|