File tree Expand file tree Collapse file tree 4 files changed +335
-259
lines changed
Expand file tree Collapse file tree 4 files changed +335
-259
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lowcoder-comps" ,
3- "version" : " 0.0.30 " ,
3+ "version" : " 0.0.31 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " lowcoder-sdk" ,
3- "version" : " 2.4.0-beta-5 " ,
3+ "version" : " 2.4.0" ,
44 "type" : " module" ,
55 "files" : [
66 " src" ,
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ export * as styledm from "styled-components";
88export * from "comps/comps/containerBase/containerCompBuilder" ;
99export * from "comps/utils/backgroundColorContext" ;
1010export { getData } from "comps/comps/listViewComp/listViewUtils" ;
11- export {
12- gridItemCompToGridItems ,
13- InnerGrid ,
14- } from "comps/comps/containerComp/containerView" ;
11+ export { gridItemCompToGridItems , InnerGrid } from "comps/comps/containerComp/containerView" ;
1512
1613export { Layers } from "constants/Layers" ;
1714export * from "comps/controls/eventHandlerControl" ;
You can’t perform that action at this time.
0 commit comments