Commit Graph

352 Commits

Author SHA1 Message Date
zuihou 89414f173e feat(Form): 新增 ApiRadioGroup 组件 2021-10-16 21:25:57 +08:00
tangyh 34781d42e8 feat(Table): 支持设置默认的排序值 2021-10-14 22:15:19 +08:00
miofly 5902886798
fix(type): 修复几个 ts 报错,和文件引用位置 (#1283)
* fix(type): 删除多余的类型定义

* fix(login): 删除登录时的 toRaw 包裹参数

* fix(type): 修复几个 ts 报错,和文件引用位置
2021-10-12 18:30:32 +08:00
miofly 7a1b6e74ab
fix(type): typo (#1281)
* fix(type): 删除多余的类型定义

* fix(login): 删除登录时的 toRaw 包裹参数
2021-10-12 11:49:50 +08:00
nsk a530ec867b
fix(Loading): add theme prop, The repair background prop does not tak… (#1271)
* fix(Loading): add theme prop, The repair background prop does not take effect

* fix(AppLogo): fix title line height
2021-10-12 09:12:10 +08:00
Lowell d6f65d476e
fix(Table): 解决设置了分页的情况下,调整表格分页条数后,如果翻页,分页条数会重置的问题。 (#1270) 2021-10-12 09:11:50 +08:00
Haceral 052eff91c4
perf: Improve the dynamic routing and automatically close the Tab function (#1264)
* 增加动态路由最大打开Tab数控制

* 增加动态路由打开数控制Router参数

* feat(Tab): 新增动态路由打开数限制Demo

* fix(multipleTab.ts): 将原来的打开数限制从固定的 5 修改为读取配置

Co-authored-by: Haceral <18274416193@163.com>
2021-10-12 09:11:25 +08:00
无木 6e0c70f415 fix(import-excel): support datetime raw data import
importExcel支持导入原始日期时间数据

fixed: #1215
2021-09-21 23:23:32 +08:00
无木 853bde9275 fix: fixed prop `mode` of `CodeEditor` 2021-09-18 20:18:41 +08:00
无木 9c5f11a54b fix: remove warning in building action
移除build过程中的警告
2021-09-18 12:32:15 +08:00
无木 2875a97b70 fix(table): `clickToRowSelect` support `disabled` checkbox
修复`clickToRowSelect`会无视行选择框disabled状态的问题
2021-09-17 15:44:39 +08:00
无木 6544f84bc2 feat(demo): add token expired example
添加token超时例子
2021-09-14 22:11:21 +08:00
vben 2820d5a627 fix: improve type introduction, fix #1196 2021-09-13 23:46:31 +08:00
无木 656ee4e5c9 fix(upload): `accept` not work as expected
修复basicUpload的accept属性未按预期工作的问题
2021-09-11 21:47:04 +08:00
无木 73dc492b2a feat(markdown-viewer): add new component
新增MarkdownViewer组件用于显示Markdown格式的富文本

close: #1181
2021-09-10 11:24:53 +08:00
无木 83c1683bfd feat(demo): add `JsonPreview` demo
添加JsonPreview组件的使用演示

close: #1146
2021-09-06 20:36:19 +08:00
无木 ee7c31db44 feat(table): add `onValid` for editRow
为table的可编辑行添加校验方法
2021-08-27 22:23:39 +08:00
JinMao 0f5ddbf1ec feat: add CardList component 2021-08-27 05:51:58 +08:00
vben 56a966cfbf chore: format code 2021-08-24 22:41:48 +08:00
无木 2c867b3d63 feat(table): add `beforeEditSubmit` for editable cell
单元格编辑功能新增提交回调
2021-08-19 23:57:42 +08:00
vben e15b4f14db fix: fix all types of errors, compatible with volar plugin 2021-08-17 23:04:29 +08:00
无木 a5ff59237f feat(form): component `Divider` support `helpMessage`
Divider表单组件支持helpMessage配置
2021-08-17 22:59:36 +08:00
无木 47a448b8ae feat(form): add `Divider` for schema component type
新增Divider用于较长表单的区域分割
2021-08-17 17:50:54 +08:00
无木 c420174c1d style: fix `basicButton` style 2021-08-16 20:18:53 +08:00
无木 3ba8a67647 fix: fixed basicButton ghost style
修正BasicButton幽灵状态的样式
2021-08-16 08:47:45 +08:00
无木 beb4ae92c1 fix: fixed basicButton style
修正BasicButton的样式
2021-08-16 07:35:47 +08:00
vben 45a8eb974a refactor(dashboard): change to setup syntax 2021-08-15 22:36:46 +08:00
无木 2dd3d85448 fix: fixed `useRedo` may loss route params
修复useRedo会丢失当前路由的params数据问题

fixed: #1079
2021-08-15 16:45:13 +08:00
无木 da12da9d8c perf(table): fixed code style
修复一些代码检查警告,并且为table的canResize属性添加不兼容场景警告

close: #1070
2021-08-15 08:54:42 +08:00
无木 30c5fc63c8 fix(demo): fix form style in modal
修复演示页面中Modal内的Form样式问题

closed: #1076
2021-08-14 23:21:05 +08:00
无木 93f9a19aa1 feat(form): add `alwaysShowLines` prop
允许设置Form折叠时始终保持显示状态的行数

close: #1051
2021-08-13 11:51:23 +08:00
vben 2f6d133b96 refactor(application): change to setup syntax 2021-08-13 07:29:33 +08:00
vben bb89c5059c refactor(sys): change to setup syntax 2021-08-12 23:54:12 +08:00
无木 2052eb5a65 fix(table): wrong bg-color in fullscreen mode
修复浅色主题下的table在全屏状态时背景颜色不正确的问题
2021-08-10 22:34:41 +08:00
JasonYHZ f3cf162af1
feat(table): add getRawDataSource() function (#1029) 2021-08-04 08:59:21 +08:00
Vben 5e17cc8802 refactor: refactor tailwindcss to windicss 2021-08-03 07:40:29 +08:00
yanzhuang d76cfd7f80
fix: fix iframe heigth error (#1012) 2021-08-01 08:51:52 +08:00
无木 e23bd2696d feat(preview): add more features
为Preview组件添加新的属性及事件
2021-07-26 20:58:18 +08:00
无木 a07ab6d7aa fix(table): component shown in `fullscreen` mode
修复表格在全屏模式下编辑组件弹出层的显示问题
2021-07-24 14:36:16 +08:00
无木 e1c47233ed fix(demo): multi-modal used with dynamic component
修复以动态组件的方式使用多个modal的演示
2021-07-23 15:55:15 +08:00
无木 8702965057 fix(demo): account page form validation
修复账号管理页面对不可见表单域的验证问题
2021-07-23 09:57:42 +08:00
无木 cebc6a590e fix(login): fix `auto fill` style in dark-theme
修复黑暗主题下的自动填充表单域样式
2021-07-23 09:33:14 +08:00
无木 8b4b767f4c feat(demo): add `async-validator` demo
添加表单使用后端接口异步验证的例子
2021-07-21 15:44:46 +08:00
无木 341bd633d8 fix(demo): menu `error-log` link to 404 page
修复演示菜单的错误日志页面指向了404的问题
2021-07-21 11:20:40 +08:00
无木 4bb506fb1f fix(table): fix editable cell not support `ellipsis`
修复可编辑单元格不支持ellipsis配置的问题

fixed: #944
2021-07-21 00:43:37 +08:00
无木 7a7dab0c4b feat(demo): multi-modal in one page usage
添加使用is动态组件来在页面内使用多个modal的演示
2021-07-19 18:40:02 +08:00
无木 52af1dd0d4 feat(basic-table): add `ApiTreeSelect` edit component
为表格添加ApiTreeSelect编辑组件,修复一些其它的已知问题
2021-07-19 16:25:56 +08:00
无木 535bdddf91 fix(demo): fix display problem of editable table with `apiSelect`
修复ApiSelect在可编辑表格中的显示问题
2021-07-19 00:51:02 +08:00
无木 8832a074dc fix(code-editor): `value` not support use as `v-model`
修复value不支持v-model用法的问题

fixed: #933
2021-07-17 18:01:23 +08:00
无木 d81db890df feat(api-tree-select): add `api` options to tree-select
添加ApiTreeSelect组件
2021-07-15 18:05:13 +08:00