asiaint-lowcode 3.1.127 → 3.1.129
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 +4 -0
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +168 -168
- package/dist/lazy/{Card-HK2i0A7R.js → Card-dJwVmnB6.js} +8 -8
- package/dist/lazy/{Cascader-BhLYyMO9.js → Cascader-B5KCa96S.js} +1 -1
- package/dist/lazy/{Checkbox-BuaQh4JW.js → Checkbox-BPwt3U0F.js} +2 -2
- package/dist/lazy/{Collapse-CGhIEDer.js → Collapse-Cz_noXfm.js} +1 -1
- package/dist/lazy/{Component-xssxWCzC.js → Component-BHM-0HD7.js} +1 -1
- package/dist/lazy/{Component-bLWzi0lw.js → Component-DN3BeMj2.js} +1 -1
- package/dist/lazy/{Component-DkduXnJY.js → Component-DXMSVVEW.js} +2 -2
- package/dist/lazy/{Component-D0NAYCdA.js → Component-DuuuUCf3.js} +2 -2
- package/dist/lazy/{Component-C17kNanI.js → Component-tRiDbs8V.js} +2 -2
- package/dist/lazy/{CurdCard-PypMDcL0.js → CurdCard-C3B510Rb.js} +2 -2
- package/dist/lazy/Custom-B_cdkBtC.js +26 -0
- package/dist/lazy/{DatePicker-D_Zz7QfG.js → DatePicker-DoRsAnNc.js} +1 -1
- package/dist/lazy/{DragList-CMDoKHyG.js → DragList-DohjM_Z6.js} +13 -13
- package/dist/lazy/{FilterSearch-BsAjblJR.js → FilterSearch-Bcl2FD_U.js} +2 -2
- package/dist/lazy/{FloatCurd-iAdwDimF.js → FloatCurd-QCv0o3Xk.js} +2 -2
- package/dist/lazy/{FormList-B1_qwRgv.js → FormList-DiBmPBLd.js} +1 -1
- package/dist/lazy/{Grid-CmeV3vYT.js → Grid-DSrr94ZD.js} +1 -1
- package/dist/lazy/{InfiniteScroll-WmQ-aQMK.js → InfiniteScroll-o77P2E43.js} +4 -4
- package/dist/lazy/{Inline-BBBb3YBl.js → Inline-qsE2RGxE.js} +3 -3
- package/dist/lazy/{JsonEdit-BKJN-0ok.js → JsonEdit-DnG09ykZ.js} +3 -3
- package/dist/lazy/{LogList-BQxqcw97.js → LogList-DCMAdDrM.js} +7 -7
- package/dist/lazy/{ObjGroup-DKDbk43u.js → ObjGroup-DToRJ5Bb.js} +1 -1
- package/dist/lazy/{OfferDetails-RCMVzMY3.js → OfferDetails-DTOIU1eI.js} +13 -13
- package/dist/lazy/{Pagination-D2ghPkuN.js → Pagination-n0hjmANx.js} +7 -7
- package/dist/lazy/{Progress-CZEQioNA.js → Progress-Bbr9Jry8.js} +15 -15
- package/dist/lazy/{Radio-CxXYdNJV.js → Radio-CBDabM6L.js} +3 -3
- package/dist/lazy/{SearchSelect-BYVIksHr.js → SearchSelect-mCCVqJPP.js} +6 -6
- package/dist/lazy/{Select-NJnxZzl_.js → Select-BwwEUw5P.js} +2 -2
- package/dist/lazy/{Table-D92rM9sJ.js → Table-C-HXyyvt.js} +52 -51
- package/dist/lazy/{Tabs-CQNWNRy_.js → Tabs-Bmw7Ivk5.js} +7 -7
- package/dist/lazy/{TextArea-DSnsDM5D.js → TextArea-KH25mOZd.js} +3 -3
- package/dist/lazy/{Wrapper-DWoKY8gk.js → Wrapper-D2_m-So7.js} +4 -4
- package/dist/lazy/{index-Diyo05ZT.js → index-B43MyFr4.js} +1449 -1437
- package/dist/lazy/{useSelect-BjRc338n.js → useSelect-B8L-c6In.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +1 -1
- package/dist/lazy/Custom-CWqP3xyK.js +0 -26
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
|
+
```
|
|
@@ -368,6 +368,7 @@ export declare type BtnType = ({
|
|
|
368
368
|
width?: number;
|
|
369
369
|
size?: 'small' | 'normal' | 'large';
|
|
370
370
|
hoverColor?: string;
|
|
371
|
+
hasBorder?: boolean;
|
|
371
372
|
};
|
|
372
373
|
children: FormItemType[];
|
|
373
374
|
} & BtnItemType) | ({
|
|
@@ -591,6 +592,7 @@ readonly ostyle: any;
|
|
|
591
592
|
readonly width?: number | undefined;
|
|
592
593
|
readonly size?: ("small" | "normal" | "large") | undefined;
|
|
593
594
|
readonly hoverColor?: string | undefined;
|
|
595
|
+
readonly hasBorder?: boolean | undefined;
|
|
594
596
|
};
|
|
595
597
|
readonly children: readonly {
|
|
596
598
|
readonly label?: string | undefined;
|
|
@@ -736,6 +738,7 @@ readonly ostyle: any;
|
|
|
736
738
|
readonly width?: number | undefined;
|
|
737
739
|
readonly size?: ("small" | "normal" | "large") | undefined;
|
|
738
740
|
readonly hoverColor?: string | undefined;
|
|
741
|
+
readonly hasBorder?: boolean | undefined;
|
|
739
742
|
};
|
|
740
743
|
readonly children: readonly {
|
|
741
744
|
readonly label?: string | undefined;
|
|
@@ -1727,6 +1730,7 @@ export declare interface TableColumn {
|
|
|
1727
1730
|
getCustomContent?: string;
|
|
1728
1731
|
noEllipsis?: boolean;
|
|
1729
1732
|
sortable?: boolean;
|
|
1733
|
+
getTextColor?: string;
|
|
1730
1734
|
}
|
|
1731
1735
|
|
|
1732
1736
|
export declare const TableRender: DefineComponent<ExtractPropTypes< {
|
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-B43MyFr4.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|