File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @form-example/app-mobile" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @form-example/app-pc" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @coding-form/root" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @coding-form/form-engine" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " form-engine components" ,
55 "keywords" : [
66 " coding-flow" ,
Original file line number Diff line number Diff line change @@ -27,15 +27,3 @@ export const dataTypeOptions = [
2727 value : 'BOOLEAN'
2828 } ,
2929]
30-
31- /**
32- * 表单类型
33- */
34- export interface FormType {
35- // 类型名称
36- name : string ;
37- // 类型定义
38- type : string ;
39- // 数据类型
40- dataType : DataType ;
41- }
You can’t perform that action at this time.
0 commit comments