chore: build

This commit is contained in:
kangwei 2020-05-18 17:17:53 +08:00
parent b7ce90e4ba
commit eb4849f571
5 changed files with 50 additions and 7 deletions

View File

@ -10,7 +10,7 @@
]
},
"scripts": {
"build": "lerna run build --stream",
"build": "./scripts/build.sh",
"clean": "rm -rf ./packages/*/lib ./packages/*/es ./packages/*/dist ./packages/*/build",
"commit": "git-cz",
"pub": "lerna publish --cd-version patch",

View File

@ -21,6 +21,8 @@
"@ali/lowcode-plugin-undo-redo": "^0.8.21",
"@ali/lowcode-plugin-variable-bind-dialog": "^0.8.12",
"@ali/lowcode-plugin-zh-en": "^0.8.16",
"@ali/lowcode-react-renderer": "^0.8.0",
"@ali/lowcode-runtime": "^0.8.13",
"@ali/lowcode-utils": "^0.8.6",
"@ali/ve-action-pane": "^4.7.0-beta.0",
"@ali/ve-datapool-pane": "^6.4.3",

View File

@ -2,11 +2,11 @@
"componentName": "Page",
"fileName": "test",
"dataSource": {
"list": [],
"online": []
"list": []
},
"state": {
"text": "outter"
"text": "outter",
"abc": [1,2,3]
},
"props": {
"ref": "outterView",
@ -15,5 +15,45 @@
"padding": 20
}
},
"children": []
"children": [{
"componentName": "Form",
"props": {
"labelCol": 3,
"style": {},
"ref": "testForm"
},
"children": [{
"componentName": "Div",
"props": {
"style": {
"textAlign": "center"
}
},
"children": [{
"componentName": "Button.Group",
"props": {},
"children": [{
"componentName": "Button",
"props": {
"type": "primary",
"style": {
"margin": "0 5px 0 5px"
},
"htmlType": "submit"
},
"children": "提交"
}, {
"componentName": "Button",
"props": {
"type": "normal",
"style": {
"margin": "0 5px 0 5px"
},
"htmlType": "reset"
},
"children": "重置"
}]
}]
}]
}]
}

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-preset-general",
"version": "0.9.1",
"version": "0.9.2-beta.0",
"description": "Ali General Editor Preset",
"main": "lib/index.js",
"files": [

View File

@ -84,6 +84,7 @@ body.engine-document {
clear: both;
}
/*
.next-input-group,
.next-checkbox-group,.next-date-picker,.next-input,.next-month-picker,
.next-number-picker,.next-radio-group,.next-range,.next-range-picker,
@ -91,7 +92,7 @@ body.engine-document {
.next-year-picker,
.next-breadcrumb-item,.next-calendar-header,.next-calendar-table {
pointer-events: none !important;
}
}*/
}
.engine-live-editing {