Commit Graph

192 Commits

Author SHA1 Message Date
chilingling 8e89cc47e7
fix(chore): fix some vue warining on console (#421) 2024-04-16 11:21:27 +08:00
chilingling da8f58b0d9
fix(err-monitor): stop monitoring if monitorurl not exist (#423)
* fix(err-monitor): stop monitoring if monitorurl not exist

* fix(error-monitor): cancel request if url not exist
2024-04-16 11:21:06 +08:00
凌览 f7980d8c83
fix(demo-data): 修复官方 demo 页面底部确认购买模块移动端设备宽度下被遮住的场景 (#398) 2024-04-12 14:25:30 +08:00
chilingling e94b9674aa
fix(material): add buttonComponentsMap config (#395) 2024-04-12 14:17:00 +08:00
lichunn c55397928a
Fix:编辑器设置dark主题后预览页header文字颜色不正确 (#403)
* fix:编辑器设置dark主题后预览页header文字颜色不正确

* fix:调整主题
2024-04-11 17:26:56 +08:00
fox ouyang 852217f711
feat:增加物料:TinyDatePicker和TinyNumeric (#399)
* 增加物料:TinyDatePicker和TinyNumeric

* 修改disabled使用MetaSwitch
2024-04-11 14:35:58 +08:00
Xie Jay e9d6d7e3f9
fix(settings): fix text wrap of bind condition (#391)
Fixes #370
2024-04-10 18:02:05 +08:00
chilingling 0e6d30183a
fix(controller-environment): preserve import.meta.env variable when build controller lib (#380) 2024-04-10 16:34:16 +08:00
chilingling 68838ed5f9
fix(errorMonitor): add config for errormonitor (#381) 2024-04-09 20:13:53 +08:00
yuhki a010bfa4d6
docs: 文件名称CHANGELOG拼写错误,修改文件名称 (#389) 2024-04-09 09:50:18 +08:00
chilingling 6c92ffefec
fix(scrollbar): fix robot plugin scrollbar hide almost all scrollbar bug (#340)
* fix(scrollbar): fix robot plugin scrollbar hide almost all scrollbar bug

* fix(scrollbar): change by review comment

* fix(theme-scrollbar): change by review comment

* fix(theme-base): apply default scrollbar style to body * children
2024-04-07 14:16:48 +08:00
wenmine e961e0638f
fix(readme-build): 添加Readme中构建产物所在文件夹信息 (#367) 2024-04-07 10:14:12 +08:00
chilingling 8c09632e9c
fix(material): elTable formatter should be function type (#355) 2024-03-30 16:31:23 +08:00
Gene e9a67b9de0
feat: 状态管理代码编辑UI优化 (#318)
* feat: 状态管理代码编辑UI优化
2024-03-27 16:15:51 +08:00
Kagol 6a59dacfd6
docs: add project name to issue template (#335) 2024-03-27 09:26:59 +08:00
chilingling d0241a9972
fix(preview): fix preview vue-repl unsupport jsx bug (#343) 2024-03-22 16:25:51 +08:00
chilingling 13db22af27
fix(build): 修复构建设计器产物 ref 值未转化的 bug (#347) 2024-03-21 20:01:24 +08:00
zeyong tsai 030497fbad
fix(datasource): data type icon invisible #312 (#332)
* fix(datasource): data type icon invisible

* fix(common): #325 reduce unnecessary network requests.

* style(datasource): remove unnecessary comment

---------

Co-authored-by: zeyong.cai <zeyong.cai@xquant.com>
2024-03-19 18:50:30 +08:00
Hexqi 68637db8db
fix: canvas api error (#338) 2024-03-15 17:51:04 +08:00
Hexqi 38c89a856c
fix: drag block into canvas error (#336) 2024-03-14 19:13:34 +08:00
Hexqi 99d0e47c29
fix: switch page error (#331) 2024-03-13 15:17:51 +08:00
Hexqi 731a8536aa
refactor: 解决子包循环依赖问题 (#313)
* refactor: move common/js to controller/js

* refactor: replace common/js

* refactor: replace ../js

* refactor: update package.json

* refactor: resolve canvas rely on common

* refactor: remove controller deps in http

* refactor: add canvas renderer state

* refactor: remove useless file ext

* refactor: modify controller deps path

* refactor: fix eslint

* refactor: resolve http env
2024-03-08 15:10:42 +08:00
chilingling 913f40c4d2
chore(release): publish (#320)
- @opentiny/tiny-engine-mock: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-block-build: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-builtin-component: 1.0.0 => 1.0.1
- @opentiny/tiny-engine-canvas: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-common: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-controller: 1.0.2 => 1.0.3
- @opentiny/tiny-engine: 1.0.0-beta.3 => 1.0.0-beta.4
- @opentiny/tiny-engine-http: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-i18n-host: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-block: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-bridge: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-data: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-datasource: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-help: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-i18n: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-materials: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-page: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-robot: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-schema: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-script: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tree: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tutorial: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-design: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-events: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-props: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-styles: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-svgs: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-dark: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-light: 1.0.4 => 1.0.5
- @opentiny/tiny-engine-toolbar-breadcrumb: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-clean: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-collaboration: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-fullscreen: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-generate-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-lang: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-layout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-checkinout: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-media: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-preview: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-redoundo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-refresh: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-save: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-setting: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-utils: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-dsl-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-webcomponent-core: 1.0.3 => 1.0.4
2024-03-07 15:13:10 +08:00
abin e88b254683
bundle.json and tiny-vue.css is 404 in prod mode (#315) 2024-03-06 14:10:13 +08:00
lichunn 7d967777d8
fix:资源管理工具类型文字字色与设计稿不一致 (#319)
* fix:资源管理工具类型文字字色与设计稿不一致

* fix:调整资源工具类型字体
2024-03-06 11:45:39 +08:00
Gene bf2bc188a5
fix: 数据源远程字段表单验证样式修改 (#309)
* fix: 数据源远程字段表单验证样式修改
2024-02-26 14:16:05 +08:00
rhlin 683fc51d52
fix: 修复preview生产打包的时候repl引入的monaco-editor里的worker跨域报错 (#245)
* fix: 修复preview生产打包的时候repl引入的monaco-editor里的worker跨域报错

* feat(design-core/preview): 预览增加调试按钮来打开vue-repl编辑模式,并实现编辑器懒加载

* fix(design-core/preview): 修复repl-patch引入脚本路径模块化不支持importScripts问题
2024-02-26 14:15:31 +08:00
chilingling 96def94945
fix(http): 优化 http 接口报错 ui, 接口详情不展示在 title (#293) 2024-02-20 15:36:51 +08:00
chilingling 52037fdf78
fix(style): delete selected symbol on select component (#306)
* fix(style): delete selected symbol on select component

* fix(style): delete space after delete selectedSymbol
2024-02-20 15:35:35 +08:00
chilingling 491c01092e
feat(setting-advanced): addcustomEvent popover change to dialog (#297)
* feat(setting-advanced): addcustomEvent popover change to dialog

* fix(setting-advanced): add custom event align left with modal title
2024-02-20 15:35:15 +08:00
chilingling 9bccbfacb6
fix(plugin-page): setting home should not close settingPanel (#308) 2024-02-20 15:30:31 +08:00
chilingling 34dfbc624e
fix(setting-stylePanel): 只允许有一个 id,样式选择器只能添加一个 id (#295) 2024-02-20 15:20:48 +08:00
Gene 3e1cb599d7
fix: 修复属性面板中设置空字符串的问题 (#307) 2024-02-19 16:47:53 +08:00
Gene 5e43b79922
fix: 修复代码编辑器全屏时的样式问题 (#303) 2024-02-18 17:34:42 +08:00
Gene 4d247ef406
fix: 修复新建区块的表单确定时未校验的问题 (#302) 2024-02-18 17:34:05 +08:00
tianxin f26456bbb5
fix(upload-button)修复下载按钮弹出没有遮罩 (#300) 2024-02-06 17:04:14 +08:00
chilingling caeb540d19
fix(chore): sync vue version (#285)
* fix(chore): sync vue version

* fix(chore): sync vue-i18n version

* fix(chore): change vue and vue-i18n to peerdependencies

* fix(chore): update block build dependencies

* fix(chore): change vue-generator dependencies to update
2024-01-31 09:46:07 +08:00
yaoyun8 3875e16e87
fix:修复第三方组件无法渲染 (#288)
* fix:修复第三方组件无法渲染

* fix:区分环境加载prod
2024-01-30 14:34:19 +08:00
Lu17301156525 422c62dbdb
Fix mockServer block group deleted bug (#279) 2024-01-26 15:30:34 +08:00
yaoyun8 e79853cb09
fix: 修改远程字段发送请求无效 (#278)
* fix:修复修改远程字段发送请求无效

* fix:修复请求参数处理函数未生效

* fix:修复数据源表单校验提前退出

* fix:修改提示语

* fix:按review添加注释
2024-01-25 16:46:48 +08:00
chilingling b726219668
fix(common): fix lifecycle unmount completionProvider null state caught error (#281) 2024-01-25 16:44:28 +08:00
Gene 7ea6ebcbbd
fix: 修复较低的分辨率下画布初始缩放不正确的问题 (#274) 2024-01-25 16:43:52 +08:00
lhuans f843d121fa
修复画布没有根元素,与vue出码、预览不一致 (#259)
* feat: 页面输入输出配置,配置内有内容时,按钮替换为展示部分文案内容。

* feat: 方法名修改更加符合语义

* fix: 1. 给画布添加根元素(与出码、预览保持一致)。2. 选中画布相当于选中根节点,右侧面板会出现可以添加属性的节点。3. 可以支持给根节点添加类名,id、ref,并修改样式。 4. 支持给根元素添加事件,循环等

* fix: 意见修复
2024-01-25 16:43:35 +08:00
Gene a192280fc4
feat: 移除前端解锁前判断权限的逻辑,适配后台解锁接口 (#276) 2024-01-25 16:42:59 +08:00
Gene 6ca84ee6f2
fix: 修复画布选中框的显示层级不正确的问题 (#246)
* fix: 修复画布选中框的显示层级不正确的问题

* fix: 修正错误注释

* fix: 选中节点后支持横向滚动到节点

* fix: 根据垂直滚动条调整工具操作条位置

* fix: 删除冗余代码

* fix: 代码优化

* fix: 修改变量名称

* fix: 调整函数顺序,消除eslint错误
2024-01-25 16:42:43 +08:00
GaoNeng 93263b5298
fix: 修复robot plugin不存在时发生的白屏错误 (#271)
* fix: 修复robot plugin不存在时发生的白屏错误

* styled: 修改代码风格

* fix: 修改监视意见
2024-01-25 10:33:40 +08:00
yaoyun8 fb2e2f1207
fix:TinyTabItem、TinyBreadcrumbItem组件配置有误 (#272)
* fix:TinyTabItem、TinyBreadcrumbItem组件配置有误

* fix:修复tiny-vue组件导出名称有误
2024-01-25 10:10:53 +08:00
yaoyun8 c3c2e2e714
fix:组件sql语句字段校验、提示优化 (#275)
* fix:修复新增组件sql语句字段校验

* fix:优化脚本提示

* fix:函数名优化

* fix:修复更新的sql问题
2024-01-25 10:10:42 +08:00
wenmine 9e57be080c
fix(material-panel-svg): 修复物料左侧插件面板里图标旋转的问题 (#280)
* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 增加后端的启动描述

* docs(readme): 更新图片地址

* docs(readme): 更新图片地址

* fix(material-panel-svg): 修复物料左侧插件面板里图标旋转的问题
2024-01-25 09:57:23 +08:00
chilingling 28ee851b2a
feat(setting-stylePanel): 样式面板编辑全局样式新UI与交互 (#238)
* feat(setting-stylePanel): 样式面板编辑全局样式新UI与交互

* feat(setting-stylePanel): 样式面板编辑全局样式新UI与交互

* feat(setting-stylePanel): 样式面板编辑全局样式新UI与交互-细节优化

* feat(setting-stylePanel): 样式面板编辑全局样式新UI与交互-细节优化

* fix(settingPanel-style): 样式面板新交互细节调整

* fix(setting-stylePanel): 修复样式选择器颜色不对的 bug

* fix(setting-stylePanel): 样式选择器间距调整

* fix(setting-stylePanel): 调整样式选择器距离顶部距离与下拉列表滚动条颜色

* feat(setting-style): add help link button

* fix(setting-style): delete empty row by code review
2024-01-24 17:35:08 +08:00