Merge branch 'master' of github.com:tengge1/ShadowEditor

This commit is contained in:
liteng 2018-10-29 20:37:04 +08:00
commit 5281ff9eae
2 changed files with 24 additions and 8 deletions

View File

@ -32,7 +32,23 @@ hello.render();
|   Boolean       |    boolean | 复选框带说明。 | Break | br | 换行。 |
|   Button       |   button | 按钮。 | Checkbox | checkbox | 复选框。 |
|   CloseButton   |   closebutton | 关闭按钮。 | Color | color | 颜色选择。 |
|   Container   |   container | 容器。 | Div | div | div元素。 |
|   Container   |   container | 容器。 | Div | div | div元素。 |
|   HorizontalRule  |   hr | 横线。 | Html | html | 原生html。 |
|   IconButton |   iconbutton | 图标按钮。 | Input | input | 文本输入框。 |
|   Integer |   int | 整数输入。 | Label | label | 标签。 |
|   Modal |   modal | 模态框。 | Number | number | 浮点数输入。 |
|   Row |   row | 一行。 | Select | select | 下拉列表。 |
|   Span |   span | span元素。 | Text | text | 文本标签。 |
|   TextArea |   textarea | 文本域。 | Texture | texture | 选择纹理。 |
|   Window |   window | 窗口。 | Image | image | 图片。 |
|   ImageList |   imagelist | 图片列表。 | MessageBox | msg | 消息框。 |
|   Table |   table | 表格。 | TableHead | thead | thead元素。 |
|   TableBody |   tbody | tbody元素。 | TableRow | tr | tr元素。 |
|   TableData |   td | td元素。 | Alert | alert | 提示框。 |
|   Confirm |   confirm | 询问框。 | Prompt | prompt | 弹出输入框。 |
|   SearchField |   searchfield | 查询框。 | ToolbarFiller | toolbarfiller | 工具栏填充。 |
|   Canvas |   canvas | 画布。 | Timeline | timeline | 时间轴。 |
|   LinkButton |   linkbutton | 链接按钮。 | | | |
## 原理

14
package-lock.json generated
View File

@ -487,7 +487,7 @@
"dev": true,
"requires": {
"@types/estree": "0.0.39",
"@types/node": "10.1.2"
"@types/node": "*"
}
},
"rollup-plugin-copy": {
@ -496,8 +496,8 @@
"integrity": "sha1-2sGrgdHyILrrmOXEwBCCUuHtu5g=",
"dev": true,
"requires": {
"colors": "1.3.0",
"fs-extra": "3.0.1"
"colors": "^1.1.2",
"fs-extra": "^3.0.0"
},
"dependencies": {
"fs-extra": {
@ -506,9 +506,9 @@
"integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"jsonfile": "3.0.1",
"universalify": "0.1.1"
"graceful-fs": "^4.1.2",
"jsonfile": "^3.0.0",
"universalify": "^0.1.0"
}
},
"jsonfile": {
@ -517,7 +517,7 @@
"integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11"
"graceful-fs": "^4.1.6"
}
}
}