Commit Graph

1966 Commits

Author SHA1 Message Date
bowen
bbc2ede1aa
chore: fix type:check error (#3169) 2023-10-18 19:24:26 +08:00
bowen
c24e0efd1d
perf: Modify i18 file format to JSON (#3171) 2023-10-18 19:15:52 +08:00
invalid w
0cf79d4ce2 fix(ApiSelect): Incorrect value type definition. close #3168 2023-10-18 17:24:32 +08:00
Li Kui
8df2590aae fix(BasicTable): headerCell slot title not exist 2023-10-18 10:11:57 +08:00
bowen
40aac6544c
fix(demo): account page table without dept (#3164) 2023-10-17 20:40:51 +08:00
Li Kui
1a5bedd1cb
chore(deps): updated ant-design-vue to version 4.05 (#3160)
* chore(deps): updated ant-design-vue to version 4.04

* chore(deps): updated ant-design-vue to version 4.05
2023-10-17 20:06:45 +08:00
invalid w
b3a6ef63bb
feat(Menu): Add custom images to menu (#3158)
* feat(SimpleMenu): Add custom images to menu icons

* style: Set image and text alignment

* feat: 顶部菜单模式路由也支持图片

* feat(mixSilder): 左侧菜单混合模式也支持图片显示

* style(menu): 调整图片对齐样式

* chore(Menu): 调整图片与文字间距样式

* chore: icon和img都传值的情况下, 仅显示img
2023-10-17 12:28:15 +08:00
前端爱码士
a0e43abeab
fix: 修复Modal.confirm的返回类型问题,需要有destroy,update的方法 (#3161)
* fix: 修复Modal.confirm的返回类型问题,需要有destroy,update的方法

* chore: simplify

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2023-10-17 10:16:02 +08:00
bowen
18222ab0b6
chore: fix type:check error (#3159) 2023-10-17 09:29:43 +08:00
Li Kui
0bb76a86d2
fix(BasicForm): useForm 中 scheme 选项 slot 与 component冲突 (#3133)
* fix(BasicForm): useForm 中 scheme 选项 slot 与 component冲突

* chore: add type-predicate utils

* chore: add FormSchemaInner type
2023-10-16 16:56:26 +08:00
Li Kui
d30fd1d546
chore: replace intro.js with driver.js (#3151) 2023-10-15 11:34:13 +08:00
Li Kui
8f6153fd2a fix(ApiSelect): type warning 2023-10-14 21:05:43 +08:00
invalid w
a0d4b10a1f feat(ApiTree): 完善ApiTree组件的重置回显功能. close #2307 2023-10-14 16:57:40 +08:00
invalid w
d4f2641b9a chore(Demo): restore ApiTree schema show 2023-10-14 11:19:58 +08:00
invalid w
094a33c0c2 fix(ApiTree): Modify Trigger Selection Event Name 2023-10-14 11:18:48 +08:00
黄小民
95ca2c3ae6
fix: ApiTransfer 不支持disabled (#3149) 2023-10-13 18:00:14 +08:00
黄小民
8e9d4f0a57
fix: #3144 Drawer的footer样式错位问题 (#3148)
fix: #3144 Drawer的footer样式错位问题
2023-10-13 17:33:03 +08:00
invalid w
5aac032acc feat(BasicButton): BasicButton组件支持icon插槽. close #1377 2023-10-13 17:26:07 +08:00
invalid w
f5f7952515 chore(Pagination): Remove the unnecessary pagesize attribute 2023-10-13 17:10:03 +08:00
bowen
cdac147bc8
fix(LockModal): Cannot unlock (#3143) 2023-10-13 11:22:23 +08:00
wuzhican
4b46be4a79
Pr/code editor boardered (#3142)
* feat: 为CodeEditor添加bordered属性

* fix: 去除重复的ant-inputclass

---------

Co-authored-by: wuzhican <3245076860@qq.com>
2023-10-12 17:16:54 +08:00
bowen
f87e078402
chore: fix type:check error (#3139) 2023-10-12 14:50:32 +08:00
bowen
4d02205839
fix(customExport): Failure to export (#3137) 2023-10-12 09:20:56 +08:00
bowen
e161c1449a
fix(full-screen): dom fullscreen status text (#3130)
* chore: Fix ts type error

* chore: fix type:check error

* fix(full-screen): dom fullscreen status text
2023-10-11 10:47:24 +08:00
Li Kui
5a388be15e
fix(BasicForm): type instantiation is excessively deep and possibly infinite. (#3128) 2023-10-10 22:35:41 +08:00
bowen
30b3ee5c89
chore: fix type:check error (#3126)
* chore: Fix ts type error

* chore: fix type:check error
2023-10-10 21:06:16 +08:00
黄小民
b43d3069e1
fix: #2744tabs选项卡渲染问题,以及完善路由中affix=true时处理逻辑。 (#3127)
* fix: #2744tabs选项卡渲染问题,以及完善路由中affix=true时处理逻辑。

* fix: type warning

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2023-10-10 20:58:40 +08:00
Kirk Lin
a768b7d519
chore: update unplugin-config (#3120)
* chore: update `unplugin-config`

* fix: decode HTML entities in the injected HTML code
2023-10-10 18:18:09 +08:00
invalid w
c5a13dc92f Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2023-10-10 18:06:48 +08:00
invalid w
6dd2818247 chore(demo): 修正表单增删示例类型错误 2023-10-10 18:05:34 +08:00
Li Kui
ae58ada82e fix(demo): useForm中DatePicker,RangePicker 日期控件位置不对 2023-10-10 17:48:59 +08:00
Li Kui
8b13f62995 fix(Editor): ts类型错误 2023-10-10 13:28:34 +08:00
invalid w
025cf98f4b chore(MenuItem): watch回调参数类型不一致 2023-10-10 12:25:06 +08:00
invalid w
6e33c26893 fix(SimpleMenuTag): SimpleMenuTag的引用都改为动态组件引用,以消除打包警告.close #3121 2023-10-10 12:23:39 +08:00
invalid w
d9fd16f4de Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2023-10-10 12:07:28 +08:00
invalid w
a73187ccf4 chore(demo): 消除ts类型错误 2023-10-10 12:07:26 +08:00
黄小民
aa03c87383
fix: ScrollContainer的一个问题 #3046 (#3119) 2023-10-10 11:39:12 +08:00
invalid w
f5ce480f0f fix(StrengthMeter): change事件应随handleChange一起抛出。close #3118 2023-10-10 11:30:37 +08:00
invalid w
f0550f2043
Revert "chore: update unplugin-config (#3116)" (#3117)
This reverts commit f8698c4c3d.
2023-10-10 10:34:12 +08:00
Kirk Lin
f8698c4c3d
chore: update unplugin-config (#3116) 2023-10-10 10:02:05 +08:00
invalid w
71c43945a5 fix(EditCellTable): 表格编辑行在使用Switch,checkedValue为数字时无法切换开关.close #2560 2023-10-09 18:20:11 +08:00
invalid w
0b9dd918d9 chore: set vscode default formatter 2023-10-09 17:51:26 +08:00
bowen
8289332214
chore: Fix ts type error (#3112) 2023-10-09 15:12:23 +08:00
invalid w
ae09d3cfd6 Revert "chore: Update Dependencies"
This reverts commit 6e1e1de0e2.
2023-10-09 12:37:05 +08:00
invalid w
6e1e1de0e2 chore: Update Dependencies 2023-10-09 12:31:29 +08:00
invalid w
cea297ce88 chore(error-handle): 处理vue errorHandler绑定事件的参数类型不一致 2023-10-09 12:02:53 +08:00
invalid w
e456f54ded chore(internal): 添加getEnvConfig返回类型 2023-10-09 11:54:31 +08:00
invalid w
e25af8dd8c chore(useFormEvents): 消除checkIsRangeSlider 校验类型错误 2023-10-09 11:37:59 +08:00
invalid w
49d40d685d chore: 消除Switch组件类型错误。close #3111 2023-10-09 11:26:48 +08:00
Kirk Lin
e53fefb310
refactor: use unplugin-config (#3110)
* refactor: use `unplugin-config`

* fix: preserve indentation in generated code

* refactor: use `unplugin-config`
2023-10-08 20:03:14 +08:00