asiaint-lowcode 3.0.4 → 3.0.6
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 +141 -141
- package/dist/index.d.ts +16 -8
- package/dist/lazy/Card-BwIpHHbi.js +65 -0
- package/dist/lazy/{Cascader-CwHxskyP.js → Cascader-cKLK7mem.js} +1 -1
- package/dist/lazy/{Checkbox-BdGbZmk2.js → Checkbox-DtbVDDXb.js} +2 -2
- package/dist/lazy/{Collapse-DKjWYKyZ.js → Collapse-DMYUW4Km.js} +1 -1
- package/dist/lazy/Component-B0VBQwhJ.js +29 -0
- package/dist/lazy/{Component-SlnSDx4O.js → Component-BCxS_AH5.js} +1 -1
- package/dist/lazy/{Component-BmPTXy8P.js → Component-BjEXrMSI.js} +1 -1
- package/dist/lazy/{Component-CEWjgtt1.js → Component-DzK59rNg.js} +1 -1
- package/dist/lazy/{Component-CbBLIQwR.js → Component-i7k--fN-.js} +1 -1
- package/dist/lazy/{Custom-BFv-Du6w.js → Custom-DEoV7gvb.js} +1 -1
- package/dist/lazy/{DatePicker-BtAUaIYM.js → DatePicker-al4c4ajg.js} +1 -1
- package/dist/lazy/{FormList-BPIbWz3l.js → FormList-CNSVq4AR.js} +1 -1
- package/dist/lazy/{Grid-xdNU8oqG.js → Grid-CyJHLzs1.js} +1 -1
- package/dist/lazy/{Inline-BAuXx5AW.js → Inline-CpQAmde3.js} +1 -1
- package/dist/lazy/{JsonEdit-Bni8L5sJ.js → JsonEdit-D4tp2QDt.js} +1 -1
- package/dist/lazy/{ObjGroup-BdyG8Av-.js → ObjGroup-Z7cutw6v.js} +1 -1
- package/dist/lazy/{Radio-DV9DZ586.js → Radio-Bbn3m_Hg.js} +2 -2
- package/dist/lazy/{SearchSelect-DnsKZkdv.js → SearchSelect-DrwHTBHY.js} +2 -2
- package/dist/lazy/{Select-DRyjZGtp.js → Select-D3sP3-da.js} +2 -2
- package/dist/lazy/{Tabs-F2rh9EYF.js → Tabs-BraXCkHy.js} +1 -1
- package/dist/lazy/{TextArea-CvOG-R8R.js → TextArea-5g1xr0mj.js} +1 -1
- package/dist/lazy/{index-BgSfCGMP.js → index-D5eszhxL.js} +5226 -5109
- package/dist/lazy/{useSelect-c6mDC65Y.js → useSelect-CPxQO_Ri.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/lazy/Card-DAczc2lC.js +0 -46
- package/dist/lazy/Component-BsxH9jnK.js +0 -28
package/package.json
CHANGED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { defineComponent as p, ref as c, resolveComponent as m, openBlock as r, createBlock as n, normalizeProps as u, guardReactiveProps as _, withCtx as o, createElementVNode as l, toDisplayString as f, unref as t, normalizeClass as v, createCommentVNode as C, createVNode as d, Transition as h, withDirectives as w, vShow as k } from "vue";
|
|
2
|
-
import { _ as $, a as b, b as y } from "./index-BgSfCGMP.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const B = { class: "card-header" }, E = /* @__PURE__ */ p({
|
|
5
|
-
__name: "Card",
|
|
6
|
-
props: {
|
|
7
|
-
children: {},
|
|
8
|
-
collapsible: { type: Boolean },
|
|
9
|
-
header: {}
|
|
10
|
-
},
|
|
11
|
-
setup(N) {
|
|
12
|
-
const e = c(!1);
|
|
13
|
-
return (a, s) => {
|
|
14
|
-
const i = m("ElCard");
|
|
15
|
-
return r(), n(i, u(_(a.$attrs)), {
|
|
16
|
-
header: o(() => [
|
|
17
|
-
l("div", B, [
|
|
18
|
-
l("span", null, f(a.header), 1),
|
|
19
|
-
a.collapsible ? (r(), n(t($), {
|
|
20
|
-
key: 0,
|
|
21
|
-
name: "dropdown",
|
|
22
|
-
onClick: s[0] || (s[0] = (V) => e.value = !e.value),
|
|
23
|
-
class: v(["dropdown-icon", { "is-collapsed": e.value }])
|
|
24
|
-
}, null, 8, ["class"])) : C("", !0)
|
|
25
|
-
])
|
|
26
|
-
]),
|
|
27
|
-
default: o(() => [
|
|
28
|
-
d(h, { name: "collapse" }, {
|
|
29
|
-
default: o(() => [
|
|
30
|
-
w(l("div", null, [
|
|
31
|
-
d(t(b), { list: a.children }, null, 8, ["list"])
|
|
32
|
-
], 512), [
|
|
33
|
-
[k, !e.value]
|
|
34
|
-
])
|
|
35
|
-
]),
|
|
36
|
-
_: 1
|
|
37
|
-
})
|
|
38
|
-
]),
|
|
39
|
-
_: 1
|
|
40
|
-
}, 16);
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
}), P = /* @__PURE__ */ y(E, [["__scopeId", "data-v-d6651ef4"]]);
|
|
44
|
-
export {
|
|
45
|
-
P as default
|
|
46
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { defineComponent as a, mergeModels as s, useModel as i, resolveComponent as d, unref as p, openBlock as t, createElementBlock as c, toDisplayString as f, createBlock as _, mergeProps as v } from "vue";
|
|
2
|
-
import { u as V } from "./index-BgSfCGMP.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const k = { key: 0 }, C = /* @__PURE__ */ a({
|
|
5
|
-
__name: "Component",
|
|
6
|
-
props: /* @__PURE__ */ s({
|
|
7
|
-
min: {}
|
|
8
|
-
}, {
|
|
9
|
-
modelValue: {},
|
|
10
|
-
modelModifiers: {}
|
|
11
|
-
}),
|
|
12
|
-
emits: ["update:modelValue"],
|
|
13
|
-
setup(l) {
|
|
14
|
-
const e = i(l, "modelValue"), m = V();
|
|
15
|
-
return (o, n) => {
|
|
16
|
-
const r = d("el-input-number");
|
|
17
|
-
return p(m).read ? (t(), c("div", k, f(e.value), 1)) : (t(), _(r, v({ key: 1 }, o.$attrs, {
|
|
18
|
-
modelValue: e.value,
|
|
19
|
-
"onUpdate:modelValue": n[0] || (n[0] = (u) => e.value = u),
|
|
20
|
-
style: { width: "100%" },
|
|
21
|
-
min: o.min || 0
|
|
22
|
-
}), null, 16, ["modelValue", "min"]));
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
export {
|
|
27
|
-
C as default
|
|
28
|
-
};
|