forked from opentiny/tiny-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync dev to refactor (opentiny#808)
* fix(mockServer): mockServer page preview can't render element-plus element (opentiny#503) * fix(style): fix render error caused by inline style breaks (opentiny#526) * fix(metaComp): fix bug where metaHtmlText could set value to incorret schema children (opentiny#473) * fix(vue-generator): fix globalstate codegen error (opentiny#547) * fix(material): add componentsMap to app Schema after material build (opentiny#527) * fix: slot params missing double quote (opentiny#605) * fix: slot params missing double quote * fix: exclude nodemodule test case * fix: 修复onMouseover拼写错误 (opentiny#662) * fix: esbuild install failed on node v16 (opentiny#668) * fix: esbuild install failed on nodev16 * fix: esbuild install failed on nodev16 * fix: builtin components can't generate import statement with genSFCWithDefaultPlugin method (opentiny#656) * fix: esbuild install failed on nodev16 (opentiny#671) * fix: esbuild install failed on nodev16 * fix: esbuild install failed on nodev16 * fix: remove deps on root pkg.json * fix(preview): multiple nested blocks cannot preview opentiny#663 (opentiny#665) * fix(material): add missing componentsMap to mockServer (opentiny#701) * fix(setting): fix bindEvent dialog visible can't work on tinyvue 3.17 (opentiny#715) * feat(download-code): support download zip for not support browsers (opentiny#703) * feat(download-code): support download zip for not support browsers * feat(download-code): support download zip for not support browsers - review * feat(download-code): support download zip for not support browsers - review * docs: update milestone (opentiny#728) * docs: update milestone * fix: tab * fix: abaolute canvas init inlineStyle should be string (opentiny#730) * fix(download): Optimize download logic and adapt to iframe (opentiny#739) * fix(download): Optimize download logic and adapt to iframe * feat(cdn): change cdn from onmicrosoft to unpkg (opentiny#750) * fix: 隐藏画布根节点的包裹元素的操作选项 (opentiny#492) * fix(script): translate log (opentiny#549) * fix: translate log * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: reset spacing cannot generate correct source code (opentiny#657) * fix: jsx slot modelvalue can't update value (opentiny#734) * fix: jsx slot modelvalue can't update value * fix: add unit test for updateModel event * fix(canvas): absolute dnd update position to schema. close opentiny#664 (opentiny#751) * fix(generate-vue):修复出码文件选择界面打包后样式丢失问题 (opentiny#789) Co-authored-by: wangwenbing <[email protected]> * fix(stylePanel): fix setting border-radius could not work on first time (opentiny#481) * fix(common): fix verify required (opentiny#787) * fix: mixed lifeCyclesContent when empty lifecycles (opentiny#810) close opentiny#806 修复生命周期为空时,取当前页面schema生命周期值的 bug --------- Co-authored-by: chilingling <[email protected]> Co-authored-by: yeser <[email protected]> Co-authored-by: wenmine <[email protected]> Co-authored-by: Gene <[email protected]> Co-authored-by: yaoyun8 <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: bwrong <[email protected]> Co-authored-by: wangwenbing <[email protected]> Co-authored-by: Xie Jay <[email protected]>
- Loading branch information
1 parent
4acdb21
commit 7e7b3a4
Showing
43 changed files
with
876 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"exportName": "ElInput" | ||
"exportName": "ElInput", | ||
"destructuring": true | ||
}, | ||
"group": "表单组件", | ||
"category": "element-plus", | ||
|
@@ -303,7 +304,8 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"exportName": "ElButton" | ||
"exportName": "ElButton", | ||
"destructuring": true | ||
}, | ||
"group": "基础组件", | ||
"category": "element-plus", | ||
|
@@ -624,6 +626,7 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"destructuring": true, | ||
"exportName": "ElForm" | ||
}, | ||
"group": "表单组件", | ||
|
@@ -1081,6 +1084,7 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"destructuring": true, | ||
"exportName": "ElFormItem" | ||
}, | ||
"group": "表单组件", | ||
|
@@ -1431,6 +1435,7 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"destructuring": true, | ||
"exportName": "ElTable" | ||
}, | ||
"group": "数据展示", | ||
|
@@ -2669,6 +2674,7 @@ | |
"script": "https://unpkg.com/[email protected]/dist/index.full.mjs", | ||
"css": "https://unpkg.com/[email protected]/dist/index.css", | ||
"dependencies": null, | ||
"destructuring": true, | ||
"exportName": "ElTableColumn" | ||
}, | ||
"group": "表单组件", | ||
|
@@ -8939,7 +8945,7 @@ | |
"devMode": "proCode", | ||
"npm": { | ||
"package": "@opentiny/vue", | ||
"exportName": "Select", | ||
"exportName": "Breadcrumb", | ||
"version": "3.14.0", | ||
"destructuring": true, | ||
"script": "https://unpkg.com/@opentiny/vue@~3.14/runtime/tiny-vue.mjs", | ||
|
@@ -14071,20 +14077,10 @@ | |
"schema": { | ||
"componentName": "TinyBreadcrumb", | ||
"props": { | ||
"options": [ | ||
{ | ||
"to": "{ path: '/' }", | ||
"label": "首页" | ||
}, | ||
{ | ||
"to": "{ path: '/breadcrumb' }", | ||
"label": "产品" | ||
}, | ||
{ | ||
"replace": "true", | ||
"label": "软件" | ||
} | ||
] | ||
"options": { | ||
"type": "JSExpression", | ||
"value": "[{to: { path: '/' },label: '首页'},{to: { path: '/breadcrumb' },label: '产品'},{'replace': true,'label': '软件'}]" | ||
} | ||
} | ||
} | ||
}, | ||
|
@@ -14339,7 +14335,7 @@ | |
"schema": { | ||
"componentName": "TinyTimeLine", | ||
"props": { | ||
"active": "2", | ||
"active": 2, | ||
"data": [ | ||
{ | ||
"name": "已下单" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.