asiaint-lowcode 3.1.16 → 3.1.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.
- package/README.md +31 -31
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +83 -83
- package/dist/index.d.ts +52 -9
- package/dist/lazy/{Card-Cow_zpSf.js → Card-BaB2RAx7.js} +2 -2
- package/dist/lazy/{Cascader-CSkCF9DP.js → Cascader-DKqBlKr_.js} +1 -1
- package/dist/lazy/{Checkbox-DR1XRXSJ.js → Checkbox-QXVx4vv8.js} +2 -2
- package/dist/lazy/{Collapse-CmfaSD2X.js → Collapse-D5Nbz3hU.js} +1 -1
- package/dist/lazy/{Component-D3TFYEJM.js → Component-BHFh4gfM.js} +1 -1
- package/dist/lazy/{Component-DW8HGDiM.js → Component-BK-kPG9q.js} +1 -1
- package/dist/lazy/{Component-DeIsCrm1.js → Component-CIyTg4Zk.js} +1 -1
- package/dist/lazy/{Component-Dfa5LE-C.js → Component-CnHj33fK.js} +2 -2
- package/dist/lazy/{Component-CUpFYJ_b.js → Component-DkKcuBqD.js} +2 -2
- package/dist/lazy/{Component-BPhkDIEo.js → Component-b3hKM-r9.js} +2 -2
- package/dist/lazy/{CurdCard-DhWtGzk5.js → CurdCard-B7f2nqaT.js} +2 -2
- package/dist/lazy/{Custom-Dy7scYxi.js → Custom-tPb8z8-R.js} +7 -7
- package/dist/lazy/{DatePicker-BPLq5XnB.js → DatePicker-2UnoAPkw.js} +1 -1
- package/dist/lazy/{DragList-BjQnVy7r.js → DragList-B3-Ezoqq.js} +2 -2
- package/dist/lazy/FilterSearch-By8Bz6R5.js +140 -0
- package/dist/lazy/{FormList-CumjG4m2.js → FormList-C9iT7Xpn.js} +1 -1
- package/dist/lazy/{Grid-BP1q5Cyw.js → Grid-4Jn6l7_N.js} +1 -1
- package/dist/lazy/{Inline-IaNWNLSe.js → Inline-81AkrkEP.js} +3 -3
- package/dist/lazy/{JsonEdit-BFHcb1Fu.js → JsonEdit-CW5zG-1u.js} +3 -3
- package/dist/lazy/{LogList-D4bqjc6E.js → LogList-C9Q3C9T1.js} +7 -7
- package/dist/lazy/{ObjGroup-DX1X9rBM.js → ObjGroup-DMjuHCqQ.js} +1 -1
- package/dist/lazy/{OfferDetails-Cp1nSNWI.js → OfferDetails-BPPJrcxD.js} +11 -11
- package/dist/lazy/{Pagination-D-eCDOe9.js → Pagination-WK4XN5yb.js} +7 -7
- package/dist/lazy/{Progress-BdCV77ll.js → Progress-DPm0EVVe.js} +5 -5
- package/dist/lazy/{Radio-BK5qu9LR.js → Radio-CQyK-T0c.js} +3 -3
- package/dist/lazy/{SearchSelect-DpvLp1oC.js → SearchSelect-DyqOfoEm.js} +11 -11
- package/dist/lazy/{Select-BHZuWU-Q.js → Select-HLdXq0bg.js} +2 -2
- package/dist/lazy/{Table-DX3g374y.js → Table-D1ronnYc.js} +2 -2
- package/dist/lazy/{Tabs-D-eD11Du.js → Tabs-Deqep-4Z.js} +1 -1
- package/dist/lazy/{Wrapper-BQMU2bE_.js → Wrapper-K6__-rc9.js} +6 -6
- package/dist/lazy/{index-CSwaWW-4.js → index-DgpPLXSf.js} +1249 -1205
- package/dist/lazy/{useSelect-Bxv91nYW.js → useSelect-DF7Aa3ur.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +36 -36
- package/dist/lazy/FilterSearch-DIzEPTWm.js +0 -108
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.17",
|
|
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,108 +0,0 @@
|
|
|
1
|
-
import { defineComponent as x, ref as p, resolveComponent as u, openBlock as r, createElementBlock as d, createElementVNode as e, createVNode as a, withKeys as T, withCtx as t, createBlock as z, createTextVNode as f, toDisplayString as y, createCommentVNode as F, Fragment as b, renderList as B, normalizeClass as C, withDirectives as N, unref as I, vShow as D } from "vue";
|
|
2
|
-
import { I as g, a as E, b as K } from "./index-CSwaWW-4.js";
|
|
3
|
-
import "element-plus";
|
|
4
|
-
const $ = { class: "filter-search-header" }, j = { class: "input-tag-wrapper" }, L = { class: "input-action" }, U = { class: "input-action-tag-wrapper" }, q = /* @__PURE__ */ x({
|
|
5
|
-
__name: "FilterSearch",
|
|
6
|
-
props: {
|
|
7
|
-
name: {},
|
|
8
|
-
children: {},
|
|
9
|
-
placeholder: {},
|
|
10
|
-
defaultCollapse: { type: Boolean },
|
|
11
|
-
searchTypes: {}
|
|
12
|
-
},
|
|
13
|
-
setup(k) {
|
|
14
|
-
const c = k, s = p(c.defaultCollapse ?? !0), h = p(""), v = () => {
|
|
15
|
-
console.log("handleSearch");
|
|
16
|
-
}, w = () => {
|
|
17
|
-
s.value = !s.value;
|
|
18
|
-
}, n = p(c.searchTypes ? c.searchTypes[0] : null);
|
|
19
|
-
return (i, o) => {
|
|
20
|
-
const _ = u("el-tag"), S = u("el-input"), V = u("el-collapse-transition");
|
|
21
|
-
return r(), d("div", null, [
|
|
22
|
-
e("div", $, [
|
|
23
|
-
a(S, {
|
|
24
|
-
modelValue: h.value,
|
|
25
|
-
"onUpdate:modelValue": o[0] || (o[0] = (l) => h.value = l),
|
|
26
|
-
placeholder: i.placeholder,
|
|
27
|
-
size: "large",
|
|
28
|
-
onKeyup: T(v, ["enter"]),
|
|
29
|
-
class: "filter-search-input",
|
|
30
|
-
clearable: !0
|
|
31
|
-
}, {
|
|
32
|
-
prefix: t(() => [
|
|
33
|
-
e("div", j, [
|
|
34
|
-
n.value ? (r(), z(_, {
|
|
35
|
-
key: 0,
|
|
36
|
-
class: "search-tag",
|
|
37
|
-
type: "primary"
|
|
38
|
-
}, {
|
|
39
|
-
default: t(() => [
|
|
40
|
-
f(y(n.value.label), 1)
|
|
41
|
-
]),
|
|
42
|
-
_: 1
|
|
43
|
-
})) : F("", !0)
|
|
44
|
-
])
|
|
45
|
-
]),
|
|
46
|
-
suffix: t(() => [
|
|
47
|
-
a(g, {
|
|
48
|
-
name: "icon-lujing2",
|
|
49
|
-
size: "small",
|
|
50
|
-
color: "#666666",
|
|
51
|
-
onClick: v,
|
|
52
|
-
class: "search-icon"
|
|
53
|
-
})
|
|
54
|
-
]),
|
|
55
|
-
_: 1
|
|
56
|
-
}, 8, ["modelValue", "placeholder"]),
|
|
57
|
-
e("div", L, [
|
|
58
|
-
e("div", U, [
|
|
59
|
-
(r(!0), d(b, null, B(i.searchTypes, (l) => {
|
|
60
|
-
var m;
|
|
61
|
-
return r(), d("div", {
|
|
62
|
-
class: "input-action-tag",
|
|
63
|
-
key: l.value
|
|
64
|
-
}, [
|
|
65
|
-
a(_, {
|
|
66
|
-
class: C({ "is-active": ((m = n.value) == null ? void 0 : m.value) === l.value }),
|
|
67
|
-
type: "info",
|
|
68
|
-
round: "",
|
|
69
|
-
size: "large",
|
|
70
|
-
onClick: (A) => n.value = l
|
|
71
|
-
}, {
|
|
72
|
-
default: t(() => [
|
|
73
|
-
f(y(l.label), 1)
|
|
74
|
-
]),
|
|
75
|
-
_: 2
|
|
76
|
-
}, 1032, ["class", "onClick"])
|
|
77
|
-
]);
|
|
78
|
-
}), 128))
|
|
79
|
-
]),
|
|
80
|
-
e("div", {
|
|
81
|
-
class: C(["filter-wrapper", { active: !s.value }]),
|
|
82
|
-
onClick: w
|
|
83
|
-
}, [
|
|
84
|
-
a(g, {
|
|
85
|
-
name: "icon-shaixuan",
|
|
86
|
-
size: "small"
|
|
87
|
-
}),
|
|
88
|
-
o[1] || (o[1] = e("span", { class: "filter-text" }, "Filter", -1))
|
|
89
|
-
], 2)
|
|
90
|
-
])
|
|
91
|
-
]),
|
|
92
|
-
a(V, null, {
|
|
93
|
-
default: t(() => [
|
|
94
|
-
N(e("div", null, [
|
|
95
|
-
a(I(E), { list: i.children }, null, 8, ["list"])
|
|
96
|
-
], 512), [
|
|
97
|
-
[D, !s.value]
|
|
98
|
-
])
|
|
99
|
-
]),
|
|
100
|
-
_: 1
|
|
101
|
-
})
|
|
102
|
-
]);
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
}), M = /* @__PURE__ */ K(q, [["__scopeId", "data-v-96188835"]]);
|
|
106
|
-
export {
|
|
107
|
-
M as default
|
|
108
|
-
};
|