asiaint-lowcode 3.1.105 → 3.1.106
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 +122 -122
- package/dist/index.d.ts +7 -0
- package/dist/lazy/{Card-hCrEqojS.js → Card-BnkGooCH.js} +23 -23
- package/dist/lazy/{Cascader-BSJ6XLSx.js → Cascader-DDnKXZFw.js} +1 -1
- package/dist/lazy/{Checkbox-BQRbMPEc.js → Checkbox-czM-ZkuP.js} +2 -2
- package/dist/lazy/{Collapse-BfEHVHG-.js → Collapse-TuSmNEJL.js} +1 -1
- package/dist/lazy/{Component-DDA_U5-4.js → Component-7iUPyf6m.js} +2 -2
- package/dist/lazy/{Component-Bym2Zh0e.js → Component-Ckdbglgc.js} +1 -1
- package/dist/lazy/{Component-CMhOYnYE.js → Component-DzyOQl88.js} +2 -2
- package/dist/lazy/{Component-Cvuu7_yU.js → Component-_5Sjh1nu.js} +1 -1
- package/dist/lazy/{Component-Covo-neG.js → Component-xtUDj28A.js} +2 -2
- package/dist/lazy/{CurdCard-DQRWF2Hm.js → CurdCard-BYzHrepq.js} +2 -2
- package/dist/lazy/Custom-CAIAv5aR.js +26 -0
- package/dist/lazy/{DatePicker-CykIEvfO.js → DatePicker-CRFvFkIT.js} +1 -1
- package/dist/lazy/{DragList-B8Fr5NYB.js → DragList-BFk2_FmY.js} +13 -13
- package/dist/lazy/{FilterSearch-6TuMZS2A.js → FilterSearch-3_YF-vaq.js} +2 -2
- package/dist/lazy/{FloatCurd-CVcTrWVi.js → FloatCurd-CuP0MxGk.js} +9 -9
- package/dist/lazy/{FormList-AS6edduN.js → FormList-a_HdsBBG.js} +1 -1
- package/dist/lazy/{Grid-9fUmnF0T.js → Grid-CJ_6rGX8.js} +1 -1
- package/dist/lazy/{InfiniteScroll-pj-P9xrS.js → InfiniteScroll-DeERrBPp.js} +4 -4
- package/dist/lazy/{Inline-DHRvy0qZ.js → Inline-B4qlOTl_.js} +3 -3
- package/dist/lazy/{JsonEdit-bxDDbC7d.js → JsonEdit-Xu0CvKkj.js} +3 -3
- package/dist/lazy/{LogList-Dc-bsruh.js → LogList-gUrCWb_T.js} +7 -7
- package/dist/lazy/{ObjGroup-eWqWdXBL.js → ObjGroup-kx0i49ao.js} +1 -1
- package/dist/lazy/{OfferDetails-BWJIIEKI.js → OfferDetails-BazN0cRP.js} +11 -11
- package/dist/lazy/Pagination-qtZ3j7lV.js +112 -0
- package/dist/lazy/{Progress-tHmKCsSj.js → Progress-unyrNYS9.js} +15 -15
- package/dist/lazy/{Radio-BG2XEeWA.js → Radio-sUFgShSt.js} +3 -3
- package/dist/lazy/{SearchSelect-Cg_OIbUm.js → SearchSelect-CU-fPxxL.js} +6 -6
- package/dist/lazy/{Select-Bz75JaZr.js → Select-CUnjp2YK.js} +2 -2
- package/dist/lazy/{Table-B_zCXJdl.js → Table-DOXhgBFn.js} +39 -39
- package/dist/lazy/{Tabs-XlvP3qOd.js → Tabs-Do3Rmueh.js} +13 -13
- package/dist/lazy/{TextArea-D9hNO-4s.js → TextArea-Cd_0HR9D.js} +3 -3
- package/dist/lazy/{Wrapper-Dz5sqPmy.js → Wrapper-wxfNZZS3.js} +2 -2
- package/dist/lazy/{index-CTlekA8r.js → index-Drjh5gb-.js} +500 -498
- package/dist/lazy/{useSelect-MSYHrDeP.js → useSelect-Cn0VNv0F.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +36 -36
- package/dist/lazy/Custom-wQtdgabt.js +0 -26
- package/dist/lazy/Pagination-DOHK_Nna.js +0 -70
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.106",
|
|
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,26 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as d, resolveDynamicComponent as u, mergeProps as c } from "vue";
|
|
2
|
-
import { _ as i } from "./index-CTlekA8r.js";
|
|
3
|
-
const _ = {
|
|
4
|
-
key: 0,
|
|
5
|
-
class: "empty"
|
|
6
|
-
}, f = /* @__PURE__ */ n({
|
|
7
|
-
__name: "Custom",
|
|
8
|
-
props: /* @__PURE__ */ s({
|
|
9
|
-
componentName: {}
|
|
10
|
-
}, {
|
|
11
|
-
modelValue: {},
|
|
12
|
-
modelModifiers: {}
|
|
13
|
-
}),
|
|
14
|
-
emits: ["update:modelValue"],
|
|
15
|
-
setup(l) {
|
|
16
|
-
const o = p(l, "modelValue");
|
|
17
|
-
return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
|
|
18
|
-
key: 1,
|
|
19
|
-
modelValue: o.value,
|
|
20
|
-
"onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
|
|
21
|
-
}, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", _, "请输入全局注册得组件名"));
|
|
22
|
-
}
|
|
23
|
-
}), v = /* @__PURE__ */ i(f, [["__scopeId", "data-v-2250b7d1"]]);
|
|
24
|
-
export {
|
|
25
|
-
v as default
|
|
26
|
-
};
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { defineComponent as y, ref as s, readonly as C, onUnmounted as v, resolveComponent as S, openBlock as h, createElementBlock as P, normalizeStyle as N, createVNode as _ } from "vue";
|
|
2
|
-
import { c as B, j as b, _ as j } from "./index-CTlekA8r.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const w = /* @__PURE__ */ y({
|
|
5
|
-
__name: "Pagination",
|
|
6
|
-
props: {
|
|
7
|
-
pageSizes: {},
|
|
8
|
-
defaultPageSize: {},
|
|
9
|
-
paginationLayout: {},
|
|
10
|
-
hiddenPagination: { type: Boolean },
|
|
11
|
-
pagerCount: {},
|
|
12
|
-
style: { type: [Boolean, null, String, Object, Array] },
|
|
13
|
-
sizeChange: {},
|
|
14
|
-
pageChange: {},
|
|
15
|
-
name: {}
|
|
16
|
-
},
|
|
17
|
-
setup(u, { expose: l }) {
|
|
18
|
-
const t = u, { ruleModule: p, pageMethodMap: r } = B(), i = s(0), c = (e) => {
|
|
19
|
-
i.value = e;
|
|
20
|
-
}, a = s({ pageNum: 1, pageSize: t.defaultPageSize || 5 }), m = () => a.value, z = async (e) => {
|
|
21
|
-
if (a.value.pageNum = 1, a.value.pageSize = e, !!t.sizeChange)
|
|
22
|
-
try {
|
|
23
|
-
await p[t.sizeChange](r, a.value);
|
|
24
|
-
} catch (n) {
|
|
25
|
-
console.error(n);
|
|
26
|
-
}
|
|
27
|
-
}, d = async (e) => {
|
|
28
|
-
if (a.value.pageNum = e, !!t.pageChange)
|
|
29
|
-
try {
|
|
30
|
-
await p[t.pageChange](r, a.value);
|
|
31
|
-
} catch (n) {
|
|
32
|
-
console.error(n);
|
|
33
|
-
}
|
|
34
|
-
}, g = C({
|
|
35
|
-
getPagination: m,
|
|
36
|
-
setTotal: c,
|
|
37
|
-
type: "pagination"
|
|
38
|
-
});
|
|
39
|
-
if (t.name) {
|
|
40
|
-
const e = b(t.name, g);
|
|
41
|
-
v(() => {
|
|
42
|
-
e();
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
return l(g), (e, n) => {
|
|
46
|
-
const f = S("el-pagination");
|
|
47
|
-
return h(), P("div", {
|
|
48
|
-
class: "pagination-wrapper",
|
|
49
|
-
style: N(e.style)
|
|
50
|
-
}, [
|
|
51
|
-
_(f, {
|
|
52
|
-
layout: e.paginationLayout || "total,sizes, prev, pager, next,jumper",
|
|
53
|
-
total: i.value,
|
|
54
|
-
"page-sizes": e.pageSizes || [5, 6, 10, 20, 30, 40],
|
|
55
|
-
"default-page-size": e.defaultPageSize,
|
|
56
|
-
"current-page": a.value.pageNum,
|
|
57
|
-
"onUpdate:currentPage": n[0] || (n[0] = (o) => a.value.pageNum = o),
|
|
58
|
-
"page-size": a.value.pageSize,
|
|
59
|
-
"onUpdate:pageSize": n[1] || (n[1] = (o) => a.value.pageSize = o),
|
|
60
|
-
"pager-count": Number(e.pagerCount) || 5,
|
|
61
|
-
onSizeChange: z,
|
|
62
|
-
onCurrentChange: d
|
|
63
|
-
}, null, 8, ["layout", "total", "page-sizes", "default-page-size", "current-page", "page-size", "pager-count"])
|
|
64
|
-
], 4);
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
}), L = /* @__PURE__ */ j(w, [["__scopeId", "data-v-f04853fb"]]);
|
|
68
|
-
export {
|
|
69
|
-
L as default
|
|
70
|
-
};
|