File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
src/components/info/FormInfo Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
"@ant-design/icons" : " ^5.4.0" ,
7
7
"@ant-design/pro-components" : " ^2.8.7" ,
8
8
"@babel/standalone" : " ^7.25.6" ,
9
- "@codingapi/flow-pc" : " ^0.0.28 " ,
10
- "@codingapi/form-pc" : " ^0.0.28 " ,
11
- "@codingapi/ui-framework" : " ^0.0.28 " ,
9
+ "@codingapi/flow-pc" : " ^0.0.36 " ,
10
+ "@codingapi/form-pc" : " ^0.0.36 " ,
11
+ "@codingapi/ui-framework" : " ^0.0.36 " ,
12
12
"@dnd-kit/core" : " ^6.2.0" ,
13
13
"@dnd-kit/sortable" : " ^9.0.0" ,
14
14
"@handsontable/react-wrapper" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@babel/standalone" : " ^7.25.6" ,
7
- "@codingapi/flow-mobile" : " ^0.0.28 " ,
8
- "@codingapi/form-mobile" : " ^0.0.28 " ,
9
- "@codingapi/ui-framework" : " ^0.0.28 " ,
7
+ "@codingapi/flow-mobile" : " ^0.0.36 " ,
8
+ "@codingapi/form-mobile" : " ^0.0.36 " ,
9
+ "@codingapi/ui-framework" : " ^0.0.36 " ,
10
10
"@logicflow/core" : " ^2.0.10" ,
11
11
"@logicflow/extension" : " ^2.0.14" ,
12
12
"@reduxjs/toolkit" : " ^2.2.7" ,
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import { FormProps , Form } from "@codingapi/form-mobile" ;
2
+ import { Form } from "@codingapi/form-mobile" ;
3
3
import "./index.scss" ;
4
+ import { FormProps } from "@codingapi/ui-framework" ;
4
5
5
6
interface FormInfoProps extends FormProps {
6
7
title : string ;
You can’t perform that action at this time.
0 commit comments