asiaint-lowcode 3.1.132 → 3.1.134
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.d.ts +2 -0
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +205 -205
- package/dist/lazy/{Card-DH7EjVJh.js → Card-WA7Uj4cx.js} +8 -8
- package/dist/lazy/{Cascader-CqXtiTxP.js → Cascader-B-UeeVHL.js} +1 -1
- package/dist/lazy/{Checkbox-C9_kELbU.js → Checkbox-CGcO_Htt.js} +2 -2
- package/dist/lazy/{Collapse-CKd68gSp.js → Collapse-Cgvkkc-9.js} +1 -1
- package/dist/lazy/{Component-DyXw6W2k.js → Component-CY1Steni.js} +1 -1
- package/dist/lazy/{Component-BKKfQTRo.js → Component-DPjsimjg.js} +2 -2
- package/dist/lazy/{Component-D1xCHc1n.js → Component-DQWpGlNq.js} +1 -1
- package/dist/lazy/{Component-DJLp9XAt.js → Component-DYWOk5LB.js} +2 -2
- package/dist/lazy/{Component-68yNiqSH.js → Component-Dxh5wCS6.js} +2 -2
- package/dist/lazy/{CurdCard-DcQmtb2Q.js → CurdCard-BXsmNZnL.js} +2 -2
- package/dist/lazy/Custom-gVHhSrcd.js +26 -0
- package/dist/lazy/{DatePicker-DS2es8DD.js → DatePicker-bR07n3OD.js} +1 -1
- package/dist/lazy/{DragList-D7OMMxb9.js → DragList-CnqAiOJi.js} +13 -13
- package/dist/lazy/{FilterSearch-CQIvO9cH.js → FilterSearch-Co2u0wYd.js} +2 -2
- package/dist/lazy/{FloatCurd-BB-cgbo5.js → FloatCurd-TEMBpcSl.js} +2 -2
- package/dist/lazy/{FormList-dkB1yukD.js → FormList-BHLhNpLM.js} +1 -1
- package/dist/lazy/{Grid-B9tDTvlM.js → Grid-Dx8rdSg_.js} +1 -1
- package/dist/lazy/{InfiniteScroll-BwRJz_zz.js → InfiniteScroll-DIkKt9rd.js} +4 -4
- package/dist/lazy/{Inline-Dwv3cfll.js → Inline-xx554hti.js} +3 -3
- package/dist/lazy/{JsonEdit-RRm_bRUA.js → JsonEdit--yRq5WhK.js} +3 -3
- package/dist/lazy/{LogList-CK-KY5Q1.js → LogList-BHf7kcCE.js} +7 -7
- package/dist/lazy/{ObjGroup-C53JWXWS.js → ObjGroup-Cvefls9a.js} +1 -1
- package/dist/lazy/{OfferDetails-Rbg_zWNf.js → OfferDetails-B-EYVZ6r.js} +13 -13
- package/dist/lazy/Pagination-rCVEVmnK.js +121 -0
- package/dist/lazy/{Progress-cWZV8oNv.js → Progress-BWWhoctK.js} +15 -15
- package/dist/lazy/{Radio-Rt4vZs7K.js → Radio-Bvmkg9OE.js} +3 -3
- package/dist/lazy/{SearchSelect-BFQDKFbT.js → SearchSelect-C6YAFByX.js} +6 -6
- package/dist/lazy/{Select-CMs2tuHn.js → Select-BFzHnLt4.js} +2 -2
- package/dist/lazy/{Table-C9zxuta_.js → Table-CGkPFggT.js} +92 -92
- package/dist/lazy/{Tabs-DK2FglMP.js → Tabs-D7-jF3Zz.js} +7 -7
- package/dist/lazy/{TextArea-Y5c58mXZ.js → TextArea-CnkytFP5.js} +3 -3
- package/dist/lazy/{Wrapper-BafW-ncz.js → Wrapper-CDdnHSeX.js} +4 -4
- package/dist/lazy/{index-DBCBp8j7.js → index-k1W7U8t9.js} +7556 -7473
- package/dist/lazy/{useSelect-Bs718GR1.js → useSelect-SzWHDdfP.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +1 -1
- package/dist/lazy/Custom-PI8Ooz7H.js +0 -26
- package/dist/lazy/Pagination-CtvzamnP.js +0 -112
package/README.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
# asiaint-lowcode
|
|
2
|
-
|
|
3
|
-
基于 [vue](https://github.com/vuejs/vue) 和 [element-plus](https://github.com/ElemeFE/element) 实现的表单设计器 + 渲染器
|
|
4
|
-
|
|
5
|
-
使用了最新的前端技术栈,可以让你免去vue项目中表单的烦恼。
|
|
6
|
-
|
|
7
|
-
### 安装
|
|
8
|
-
|
|
9
|
-
```js
|
|
10
|
-
npm i asiaint-lowcode
|
|
11
|
-
//或
|
|
12
|
-
yarn add asiaint-lowcode
|
|
13
|
-
//或
|
|
14
|
-
pnpm i asiaint-lowcode
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### 全局注册
|
|
18
|
-
|
|
19
|
-
```js
|
|
20
|
-
import { createApp } from 'vue'
|
|
21
|
-
import AsiaintLowcode from 'asiaint-lowcode'
|
|
22
|
-
import ElementPlus from 'element-plus'
|
|
23
|
-
import 'element-plus/dist/index.css'
|
|
24
|
-
import App from './App.vue'
|
|
25
|
-
|
|
26
|
-
const app = createApp(App)
|
|
27
|
-
|
|
28
|
-
app.use(ElementPlus)
|
|
29
|
-
app.use(AsiaintLowcode)
|
|
30
|
-
app.mount('#app')
|
|
31
|
-
```
|
|
1
|
+
# asiaint-lowcode
|
|
2
|
+
|
|
3
|
+
基于 [vue](https://github.com/vuejs/vue) 和 [element-plus](https://github.com/ElemeFE/element) 实现的表单设计器 + 渲染器
|
|
4
|
+
|
|
5
|
+
使用了最新的前端技术栈,可以让你免去vue项目中表单的烦恼。
|
|
6
|
+
|
|
7
|
+
### 安装
|
|
8
|
+
|
|
9
|
+
```js
|
|
10
|
+
npm i asiaint-lowcode
|
|
11
|
+
//或
|
|
12
|
+
yarn add asiaint-lowcode
|
|
13
|
+
//或
|
|
14
|
+
pnpm i asiaint-lowcode
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### 全局注册
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
import { createApp } from 'vue'
|
|
21
|
+
import AsiaintLowcode from 'asiaint-lowcode'
|
|
22
|
+
import ElementPlus from 'element-plus'
|
|
23
|
+
import 'element-plus/dist/index.css'
|
|
24
|
+
import App from './App.vue'
|
|
25
|
+
|
|
26
|
+
const app = createApp(App)
|
|
27
|
+
|
|
28
|
+
app.use(ElementPlus)
|
|
29
|
+
app.use(AsiaintLowcode)
|
|
30
|
+
app.mount('#app')
|
|
31
|
+
```
|
|
@@ -1948,6 +1948,7 @@ nodeKey: string;
|
|
|
1948
1948
|
styleType?: "modal" | "normal";
|
|
1949
1949
|
name: string;
|
|
1950
1950
|
showCheckbox?: boolean;
|
|
1951
|
+
filter?: string;
|
|
1951
1952
|
}>>, {
|
|
1952
1953
|
getCurrentNode: () => any;
|
|
1953
1954
|
getCheckedNodes: () => any;
|
|
@@ -1965,6 +1966,7 @@ nodeKey: string;
|
|
|
1965
1966
|
styleType?: "modal" | "normal";
|
|
1966
1967
|
name: string;
|
|
1967
1968
|
showCheckbox?: boolean;
|
|
1969
|
+
filter?: string;
|
|
1968
1970
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1969
1971
|
|
|
1970
1972
|
export declare const useFormInstance: () => FormInstance;
|
package/dist/asiaint-lowcode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
import { $ as o, D as n, d as t, P as m, E as d, H as i, z as f, f as p, G as u, u as R, c as g } from "./lazy/index-
|
|
2
|
+
import { $ as o, D as n, d as t, P as m, E as d, H as i, z as f, f as p, G as u, u as R, c as g } from "./lazy/index-k1W7U8t9.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|