asiaint-lowcode 3.1.27 → 3.1.29
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/README.md +31 -31
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +19 -19
- package/dist/index.d.ts +14 -7
- package/dist/lazy/{Card-QRUOjpI3.js → Card-XvYmArV6.js} +7 -7
- package/dist/lazy/{Cascader-XvYQhABn.js → Cascader-X8-x5OVi.js} +1 -1
- package/dist/lazy/{Checkbox-DYqbrEnu.js → Checkbox-BAvIffVy.js} +2 -2
- package/dist/lazy/{Collapse-DLIaXa2M.js → Collapse-Dxb0-Gm0.js} +1 -1
- package/dist/lazy/{Component-CH4qyHh-.js → Component-BJZk0sqT.js} +1 -1
- package/dist/lazy/{Component-DlgpdTKD.js → Component-BsgdHDP2.js} +2 -2
- package/dist/lazy/{Component-QBY7nV42.js → Component-C8CEK8SN.js} +1 -1
- package/dist/lazy/{Component-CQcBeRU4.js → Component-CRMf78p5.js} +6 -6
- package/dist/lazy/{Component-Sf_Ul-vq.js → Component-DmeXKeND.js} +2 -2
- package/dist/lazy/{Component-Dol1LzIy.js → Component-ha4PkWiH.js} +1 -1
- package/dist/lazy/{CurdCard-DY7ETRoW.js → CurdCard-Us3z-Taz.js} +9 -9
- package/dist/lazy/{Custom-CEUdqbPx.js → Custom-DKrjeFti.js} +7 -7
- package/dist/lazy/{DatePicker-DG-YOwoO.js → DatePicker-DRM8P6jp.js} +1 -1
- package/dist/lazy/{DragList-w6jq2dUX.js → DragList-B0bZTVHu.js} +2 -2
- package/dist/lazy/{FilterSearch-Jz6HGDEq.js → FilterSearch-elTbLDzk.js} +12 -12
- package/dist/lazy/{FormList-DTTtH_BU.js → FormList-vb7RuvO-.js} +1 -1
- package/dist/lazy/{Grid-BfAH2zh8.js → Grid-CY3IeecA.js} +1 -1
- package/dist/lazy/{Inline-DSbfHNjP.js → Inline-DIwh4C_Y.js} +3 -3
- package/dist/lazy/{JsonEdit-CSbReeht.js → JsonEdit-B3IWsFHN.js} +3 -3
- package/dist/lazy/{LogList-BSFVE4Zv.js → LogList-BKcgl3d5.js} +7 -7
- package/dist/lazy/{ObjGroup-CuiCzdxQ.js → ObjGroup-B4hVMb42.js} +1 -1
- package/dist/lazy/{OfferDetails-Dy_QCKAj.js → OfferDetails-CJRFtCgG.js} +11 -11
- package/dist/lazy/{Pagination-DPCw0-qM.js → Pagination-mgCbpgxW.js} +7 -7
- package/dist/lazy/{Progress-D-qNwnJ7.js → Progress-_Zuh01mF.js} +5 -5
- package/dist/lazy/{Radio-DkHqxTNp.js → Radio-DJrcuE5r.js} +3 -3
- package/dist/lazy/{SearchSelect-O6EllZwl.js → SearchSelect-BE08GNhm.js} +11 -11
- package/dist/lazy/{Select-CMO-tZAv.js → Select-Bk668HeD.js} +4 -3
- package/dist/lazy/{Table-Dzibw4Za.js → Table-DDlK04gz.js} +3 -3
- package/dist/lazy/{Tabs-Csk0WSEv.js → Tabs-lJ9GGrra.js} +1 -1
- package/dist/lazy/Wrapper-CbeCkXPQ.js +86 -0
- package/dist/lazy/{index-DR7imTIz.js → index-Cg7LKdr9.js} +588 -581
- package/dist/lazy/{useSelect-C85YD1pe.js → useSelect-CSlxQCNo.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +36 -36
- package/dist/lazy/Wrapper-uyySQnVf.js +0 -88
package/global.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare module 'vue' {
|
|
2
|
-
export interface GlobalComponents {
|
|
3
|
-
FormRender: (typeof import('asiaint-lowcode'))['FormRender']
|
|
4
|
-
FormDesign: (typeof import('asiaint-lowcode'))['FormDesign']
|
|
5
|
-
TableRender: (typeof import('asiaint-lowcode'))['TableRender']
|
|
6
|
-
PageRender: (typeof import('asiaint-lowcode'))['PageRender']
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export {}
|
|
1
|
+
declare module 'vue' {
|
|
2
|
+
export interface GlobalComponents {
|
|
3
|
+
FormRender: (typeof import('asiaint-lowcode'))['FormRender']
|
|
4
|
+
FormDesign: (typeof import('asiaint-lowcode'))['FormDesign']
|
|
5
|
+
TableRender: (typeof import('asiaint-lowcode'))['TableRender']
|
|
6
|
+
PageRender: (typeof import('asiaint-lowcode'))['PageRender']
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export {}
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "asiaint-lowcode",
|
|
3
|
-
"version": "3.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "vite build",
|
|
8
|
-
"v": "npm version patch",
|
|
9
|
-
"release": "vite build && npm publish"
|
|
10
|
-
},
|
|
11
|
-
"peerDependencies": {
|
|
12
|
-
"vue": "^3.2.0",
|
|
13
|
-
"element-plus": "^2.6.0"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"element-plus": "^2.8.3",
|
|
17
|
-
"vue": "^3.5.8"
|
|
18
|
-
},
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"vite-plugin-dts": "^3.7.3",
|
|
21
|
-
"vite-plugin-libcss": "^1.1.1"
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist",
|
|
25
|
-
"global.d.ts"
|
|
26
|
-
],
|
|
27
|
-
"main": "./dist/asiaint-lowcode.js",
|
|
28
|
-
"module": "./dist/asiaint-lowcode.js",
|
|
29
|
-
"types": "dist/index.d.ts",
|
|
30
|
-
"keywords": [
|
|
31
|
-
"component",
|
|
32
|
-
"vue",
|
|
33
|
-
"form",
|
|
34
|
-
"element-ui"
|
|
35
|
-
]
|
|
36
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "asiaint-lowcode",
|
|
3
|
+
"version": "3.1.29",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "vite build",
|
|
8
|
+
"v": "npm version patch",
|
|
9
|
+
"release": "vite build && npm publish"
|
|
10
|
+
},
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"vue": "^3.2.0",
|
|
13
|
+
"element-plus": "^2.6.0"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"element-plus": "^2.8.3",
|
|
17
|
+
"vue": "^3.5.8"
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"vite-plugin-dts": "^3.7.3",
|
|
21
|
+
"vite-plugin-libcss": "^1.1.1"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"global.d.ts"
|
|
26
|
+
],
|
|
27
|
+
"main": "./dist/asiaint-lowcode.js",
|
|
28
|
+
"module": "./dist/asiaint-lowcode.js",
|
|
29
|
+
"types": "dist/index.d.ts",
|
|
30
|
+
"keywords": [
|
|
31
|
+
"component",
|
|
32
|
+
"vue",
|
|
33
|
+
"form",
|
|
34
|
+
"element-ui"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { defineComponent as w, ref as i, resolveComponent as C, openBlock as l, createElementBlock as t, normalizeStyle as c, createVNode as r, withCtx as _, withDirectives as g, createElementVNode as x, normalizeClass as d, unref as S, createCommentVNode as u, vShow as B } from "vue";
|
|
2
|
-
import { c as b, a as k, I as y, b as E } from "./index-DR7imTIz.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const D = {
|
|
5
|
-
key: 0,
|
|
6
|
-
class: "dropdown-icon-wrapper"
|
|
7
|
-
}, I = {
|
|
8
|
-
key: 1,
|
|
9
|
-
class: "expansion-icon-wrapper"
|
|
10
|
-
}, j = /* @__PURE__ */ w({
|
|
11
|
-
__name: "Wrapper",
|
|
12
|
-
props: {
|
|
13
|
-
children: {},
|
|
14
|
-
style: { type: [Boolean, null, String, Object, Array] },
|
|
15
|
-
innerStyle: { type: [Boolean, null, String, Object, Array] },
|
|
16
|
-
type: {},
|
|
17
|
-
collapse: { type: Boolean },
|
|
18
|
-
dropdown: { type: Boolean },
|
|
19
|
-
expansion: { type: Boolean },
|
|
20
|
-
expansionIconTop: {},
|
|
21
|
-
onDropdownChange: {},
|
|
22
|
-
onExpand: {}
|
|
23
|
-
},
|
|
24
|
-
setup(m) {
|
|
25
|
-
const o = m, { ruleModule: s, pageMethodMap: p } = b(), n = i(!1), h = () => {
|
|
26
|
-
if (o.onDropdownChange) {
|
|
27
|
-
n.value = !n.value;
|
|
28
|
-
try {
|
|
29
|
-
s[o.onDropdownChange](p, n.value);
|
|
30
|
-
} catch (e) {
|
|
31
|
-
console.error(e);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}, a = i(!1), v = () => {
|
|
35
|
-
if (o.onExpand) {
|
|
36
|
-
a.value = !a.value;
|
|
37
|
-
try {
|
|
38
|
-
s[o.onExpand](p, a.value);
|
|
39
|
-
} catch (e) {
|
|
40
|
-
console.error(e);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
return (e, M) => {
|
|
45
|
-
const f = C("el-collapse-transition");
|
|
46
|
-
return l(), t("div", {
|
|
47
|
-
style: c(e.style)
|
|
48
|
-
}, [
|
|
49
|
-
r(f, null, {
|
|
50
|
-
default: _(() => [
|
|
51
|
-
g(x("div", {
|
|
52
|
-
class: d({
|
|
53
|
-
normal: e.type === "normal",
|
|
54
|
-
onlytable: e.type === "onlytable",
|
|
55
|
-
dropdownChildren: e.type === "dropdown-children",
|
|
56
|
-
expansionWrapper: e.expansion
|
|
57
|
-
}),
|
|
58
|
-
style: c(e.innerStyle)
|
|
59
|
-
}, [
|
|
60
|
-
r(S(k), { list: e.children }, null, 8, ["list"]),
|
|
61
|
-
e.dropdown ? (l(), t("div", D, [
|
|
62
|
-
r(y, {
|
|
63
|
-
name: "icon-xialaliebiao",
|
|
64
|
-
color: "#666666",
|
|
65
|
-
onClick: h,
|
|
66
|
-
class: d({ reversed: n.value })
|
|
67
|
-
}, null, 8, ["class"])
|
|
68
|
-
])) : u("", !0),
|
|
69
|
-
e.expansion ? (l(), t("div", I, [
|
|
70
|
-
r(y, {
|
|
71
|
-
name: "icon-shuangxiangjiantou",
|
|
72
|
-
color: a.value ? "var(--el-color-primary)" : "#666666",
|
|
73
|
-
onClick: v
|
|
74
|
-
}, null, 8, ["color"])
|
|
75
|
-
])) : u("", !0)
|
|
76
|
-
], 6), [
|
|
77
|
-
[B, !e.collapse]
|
|
78
|
-
])
|
|
79
|
-
]),
|
|
80
|
-
_: 1
|
|
81
|
-
})
|
|
82
|
-
], 4);
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
}), z = /* @__PURE__ */ E(j, [["__scopeId", "data-v-f0922f09"]]);
|
|
86
|
-
export {
|
|
87
|
-
z as default
|
|
88
|
-
};
|