asiaint-lowcode 3.1.7 → 3.1.9
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/dist/asiaint-lowcode.js +3 -3
- package/dist/asiaint-lowcode.umd.cjs +112 -112
- package/dist/index.d.ts +6 -1
- package/dist/lazy/{Card--w9nxiAx.js → Card-DzmW0wYT.js} +1 -1
- package/dist/lazy/{Cascader-BY76cR4O.js → Cascader-DZiqLZku.js} +1 -1
- package/dist/lazy/Checkbox-Q8TyjC-h.js +84 -0
- package/dist/lazy/{Collapse-Bt4Ahrnf.js → Collapse-DVmuLiix.js} +1 -1
- package/dist/lazy/{Component-Da2LNm-N.js → Component-Bc1pPZSB.js} +1 -1
- package/dist/lazy/{Component-CJcTBpFq.js → Component-CLiVojJV.js} +1 -1
- package/dist/lazy/{Component-CR8voVwE.js → Component-DUe2_DhQ.js} +9 -9
- package/dist/lazy/{Component-BoRVBr-7.js → Component-DroX6CLJ.js} +1 -1
- package/dist/lazy/{Component-Bf3EVLvi.js → Component-TJlzkjGJ.js} +1 -1
- package/dist/lazy/{Component-Bd5bXSKi.js → Component-iAKx8DBf.js} +1 -1
- package/dist/lazy/{CurdCard-DpsAKs25.js → CurdCard-CXijoWLe.js} +1 -1
- package/dist/lazy/{Custom-NVgxR9_v.js → Custom-Cn7fsoE-.js} +1 -1
- package/dist/lazy/{DatePicker-DB4gjOJt.js → DatePicker-DReZTCjv.js} +1 -1
- package/dist/lazy/{DragList-De-xGFzP.js → DragList-CI76iwCA.js} +1 -1
- package/dist/lazy/{FormList-BzXHPyJc.js → FormList-BmpI_Ujx.js} +1 -1
- package/dist/lazy/{Grid-yeqxjsOY.js → Grid-lfCS0c4e.js} +1 -1
- package/dist/lazy/{Inline-IpWQp9Kw.js → Inline-vcjUrNMZ.js} +1 -1
- package/dist/lazy/{JsonEdit-DP4Yj85B.js → JsonEdit-DPPQqN3H.js} +1 -1
- package/dist/lazy/{LogList-BykvjbR5.js → LogList-Dc_tgPzL.js} +1 -1
- package/dist/lazy/{ObjGroup-DqUiVSMx.js → ObjGroup-tyEbJtP4.js} +3 -3
- package/dist/lazy/{OfferDetails-BZg6nCSv.js → OfferDetails-BtlBASO3.js} +1 -1
- package/dist/lazy/{Pagination-BcTgnr0F.js → Pagination-B3xQ42vO.js} +1 -1
- package/dist/lazy/{Progress-N36ua9TW.js → Progress-Btm8MMce.js} +1 -1
- package/dist/lazy/{Radio-BLBujjCW.js → Radio-CM1-ngPn.js} +2 -2
- package/dist/lazy/{SearchSelect-BGVGwqiE.js → SearchSelect-BhfaBesN.js} +2 -2
- package/dist/lazy/{Select-pPcyEW_N.js → Select-jfFzbbGc.js} +2 -2
- package/dist/lazy/Table-DiJiVpIU.js +514 -0
- package/dist/lazy/{Tabs-DEvFGQW7.js → Tabs-BrH3kSJh.js} +1 -1
- package/dist/lazy/{Wrapper-C8lKnyo8.js → Wrapper-CXUjnljU.js} +5 -5
- package/dist/lazy/{index-CEq1kq6m.js → index-9URyfoWb.js} +2741 -2736
- package/dist/lazy/{useSelect-3qVf5sLK.js → useSelect-CrEV4QGa.js} +15 -15
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/dist/lazy/Checkbox-BLeYFkT_.js +0 -77
- package/dist/lazy/Table-DI7XDMgJ.js +0 -471
package/dist/asiaint-lowcode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
import { $ as r, D as n,
|
|
2
|
+
import { $ as r, D as n, d as t, P as m, E as d, z as u, u as i, c as p } from "./lazy/index-9URyfoWb.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
export {
|
|
@@ -7,8 +7,8 @@ export {
|
|
|
7
7
|
n as FormDesign,
|
|
8
8
|
t as FormRender,
|
|
9
9
|
m as PageRender,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
d as TableRender,
|
|
11
|
+
u as default,
|
|
12
12
|
i as useFormInstance,
|
|
13
13
|
p as useRuleContext
|
|
14
14
|
};
|