asiaint-lowcode 3.1.103 → 3.1.104

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.
Files changed (41) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +29 -29
  4. package/dist/lazy/{Card-DgzxcSTh.js → Card-BYi5RX-U.js} +23 -23
  5. package/dist/lazy/{Cascader-hy4tMhgf.js → Cascader-DSc-tBXD.js} +1 -1
  6. package/dist/lazy/{Checkbox-CEMk4jQf.js → Checkbox-BwVl_kLE.js} +2 -2
  7. package/dist/lazy/{Collapse-B3j7HKIZ.js → Collapse-BzBLO7eG.js} +1 -1
  8. package/dist/lazy/{Component-DU-D_jtW.js → Component-B6yFkqDM.js} +2 -2
  9. package/dist/lazy/{Component-CYI0yTkN.js → Component-BbpttgSN.js} +2 -2
  10. package/dist/lazy/{Component-BZg64IJL.js → Component-CmG7-A0E.js} +1 -1
  11. package/dist/lazy/{Component-r-PwWvCI.js → Component-DKewZdkK.js} +1 -1
  12. package/dist/lazy/{Component-chi-vKO_.js → Component-E8xzou7u.js} +2 -2
  13. package/dist/lazy/{CurdCard-CujyUz_K.js → CurdCard-DUSKyIdd.js} +2 -2
  14. package/dist/lazy/Custom-BtPzeAeT.js +26 -0
  15. package/dist/lazy/{DatePicker-J4FfXpJS.js → DatePicker-B1avvVbv.js} +1 -1
  16. package/dist/lazy/{DragList-Bnnv0hNa.js → DragList-DHzvqu30.js} +13 -13
  17. package/dist/lazy/{FilterSearch-BQEo2Kga.js → FilterSearch-eAr0kyOc.js} +2 -2
  18. package/dist/lazy/{FloatCurd-CO-Ge0YK.js → FloatCurd-BG9jysxr.js} +9 -9
  19. package/dist/lazy/{FormList-B-uxilyP.js → FormList-BQ2YeLlT.js} +1 -1
  20. package/dist/lazy/{Grid-RcW_f8Y3.js → Grid-H1k8eWXm.js} +1 -1
  21. package/dist/lazy/{InfiniteScroll-BHfxrYPb.js → InfiniteScroll-Btx3gGPM.js} +4 -4
  22. package/dist/lazy/{Inline-DnEivGXj.js → Inline-Brfx20E1.js} +3 -3
  23. package/dist/lazy/{JsonEdit-C9pScW5g.js → JsonEdit-BsmnASE5.js} +3 -3
  24. package/dist/lazy/{LogList-BqPEJhVX.js → LogList-RBP8AlYN.js} +7 -7
  25. package/dist/lazy/{ObjGroup-C918M_6L.js → ObjGroup-B3568-Jm.js} +1 -1
  26. package/dist/lazy/{OfferDetails-Do5CZ2Uw.js → OfferDetails-BvZ4ztZi.js} +11 -11
  27. package/dist/lazy/{Pagination-oU6OMO5j.js → Pagination-W8rSWg2_.js} +4 -4
  28. package/dist/lazy/{Progress-BQx7fTDI.js → Progress-xe_ZWV8a.js} +15 -15
  29. package/dist/lazy/{Radio-BnhHI_2M.js → Radio-DvvfD8rF.js} +3 -3
  30. package/dist/lazy/{SearchSelect-CWWA7v15.js → SearchSelect-0BeIO2Kd.js} +6 -6
  31. package/dist/lazy/{Select-DoYeriki.js → Select-tTMv8Jr2.js} +2 -2
  32. package/dist/lazy/{Table-bXICsWRl.js → Table-DUJ6Aj9o.js} +39 -39
  33. package/dist/lazy/{Tabs-BQzsVcbe.js → Tabs-cha1ej62.js} +2 -2
  34. package/dist/lazy/{TextArea-BnVgg0Tz.js → TextArea-neOL4Tfb.js} +3 -3
  35. package/dist/lazy/{Wrapper-DXxbeFz0.js → Wrapper-B8feAer3.js} +2 -2
  36. package/dist/lazy/{index-CGuF8LK3.js → index-B-_zXaVx.js} +584 -584
  37. package/dist/lazy/{useSelect-MxgUFiHz.js → useSelect-CxSvB0SH.js} +1 -1
  38. package/dist/style.css +2 -2
  39. package/global.d.ts +10 -10
  40. package/package.json +36 -36
  41. package/dist/lazy/Custom-K7Nv0mMN.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
+ ```
@@ -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-CGuF8LK3.js";
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-B-_zXaVx.js";
3
3
  import "element-plus";
4
4
  import "vue";
5
5
  export {