bowen
2cd5a40322
fix(type): type:check error ( #3309 )
2023-11-21 15:38:00 +08:00
林飞
82671d0750
fix(useFormEvents): 修复setFieldsValue 方法设置完值后,函数 componentProps丢失formActionType 的bug ( #3301 )
...
Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
2023-11-20 16:59:05 +08:00
Hannah Jensen
a9530877c0
style: 修复eslint和stylelint ( #3303 )
...
Co-authored-by: DreamyTZK <i@tzki.cn>
2023-11-20 16:57:23 +08:00
bowen
d7472b8a2e
fix(VFormDesign): findIndex === -1 ( #3305 )
2023-11-20 16:56:28 +08:00
胡彪
6c0b857d7d
refactor(demo): transition and account use setup ( #3298 )
...
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
2023-11-20 15:46:40 +08:00
xingyu
bab28af986
refactor: components use setup ( #3299 )
...
* refactor: /@/ => @/
* refactor: table demo use script setup
* refactor: change /@/ to @/
2023-11-20 12:27:11 +08:00
明修
cb13986a17
fix: 修复表单设计的右侧属性配置面板中部分表单错乱的问题 ( #3300 ). close #3268
2023-11-20 09:21:34 +08:00
invalid w
11e689c86c
chore: rm unnecessary script
2023-11-18 16:53:56 +08:00
xingyu
9fad2ab631
refactor(demo): table demo use script setup ( #3296 )
...
* refactor: /@/ => @/
* refactor: table demo use script setup
* refactor: change /@/ to @/
* feat: add antdv qrcode demo
* style(qrcode): add margin bottom
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-18 16:50:20 +08:00
zhang
003a951bef
feat(menu): Restore side bar settings and added menu mouse move in mode light style ( #3295 )
...
* feat(menu): Added menu mouse move in style
* feat: 恢复菜单主题设置
* type(setting): change the function name to a more appropriate one
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-18 16:04:52 +08:00
xingyu
35751068c5
refactor(demo): 重构demo页面组件为 script setup 语法 ( #3293 )
...
* refactor: charts demo use setup refactor
* refactor: demo use script setup refactor
* refactor: demo feat use script setup refactor
* fix: tab-params
* revert: settings.json
* style(demo->Modal1): loading text line height
* Update index.vue
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-18 11:43:18 +08:00
bowen
cb907165ec
refactor: some feat pages transfer setup grammar ( #3292 )
...
* refactor: some feat pages transfer setup grammar
* refactor: update
2023-11-18 09:26:59 +08:00
zhang
72ef3df57f
fix(useFormEvent): 修复表单项存在defaultValue时,updateSchema方法会将setFieldsValue设置的值覆盖问题 ( #3287 )
2023-11-17 11:56:04 +08:00
黄小民
3b2760ca3a
fix: defaultValue类型为number时的bug ( #3288 )
2023-11-16 10:00:13 +08:00
bowen
100f3cf26c
fix(BasicForm): validate Form tip height ( #3286 ). close #3281
2023-11-15 09:00:50 +08:00
bowen
2bbc2d2811
perf(IconPicker): input trigger popover by click ( #3278 )
2023-11-15 09:00:03 +08:00
苗大
89323186b5
perf(breakpointEnum): 修改enum与breakpoint.less内一致 ( #3276 )
...
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
2023-11-13 13:15:16 +08:00
zhang
6d047fb53f
fix(DatePicker): zh-CN is not work in DatePicker ( #3273 )
...
* fix(DatePicker): zh-CN is not work in DatePicker
* fix(DatePicker): locale zh-CN is not work in DatePicker
2023-11-13 13:14:59 +08:00
zhang
2991bb1670
perf(ImageUpload): 根据官方示例设置图片回显格式 ( #3252 )
...
* perf(ImageUpload): 根据官方示例设置图片回显格式
* perf(ImageUpload): 优化图片上传组
2023-11-13 13:14:21 +08:00
invalid w
538fa168fe
chore(demo->form): 增加ApiTransfer使用示例. close #1760
2023-11-10 11:09:03 +08:00
xachary
83426b5c96
feat(layout): move setting button to tabs when fold ( #3264 )
2023-11-09 16:02:57 +08:00
xachary
191e809b6d
feat(MultipleTab): add tabs auto collapse interaction in fold mode and setting ( #3256 )
...
* fix: validateFields await missing
* feat(MultipleTab): add tabs auto collapse interaction and setting
* chore(locales): update setting name to better reflect its purpose
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-09 11:24:27 +08:00
invalid w
b976933766
chore(i18n): resolve ts type error
2023-11-09 11:10:36 +08:00
invalid w
90b45b3a51
chore(demo->BasicTree): 增加获取当前tree数据示例. resolve #3253
2023-11-09 09:57:01 +08:00
invalid w
748b99b18f
perf(BasicTree): 获取treeData改写成函数
2023-11-09 09:56:11 +08:00
invalid w
caf1783525
feat(BasicTree): BasicTree组件暴露treeData数据
2023-11-09 09:47:00 +08:00
bowen
2142506ce5
fix(dept): no parentDept can edit parentDept ( #3255 )
2023-11-08 11:43:24 +08:00
xachary
71c3fea88a
fix: validateFields await missing ( #3254 )
2023-11-08 11:42:54 +08:00
invalid w
8ef39def79
chore(demo): 自定义列的helpMessage增加tsx和h函数渲染的数据
2023-11-07 11:17:42 +08:00
invalid w
c373ffd3bf
feat(Table-> CustomerCell): helpMessage支持传递 tsx 和 h函数的数据
2023-11-07 11:16:52 +08:00
Kirk Lin
f91d777e4f
refactor: fix type check ( #3246 )
2023-11-07 10:31:32 +08:00
Kirk Lin
11cbe66937
refactor: remove cipher old ( #3245 )
2023-11-07 10:13:42 +08:00
Kirk Lin
ea51c492c2
feat: pinia persist plugin custom serializer ( #3244 )
2023-11-07 10:13:24 +08:00
zhang
dccc8f625d
优化Upload组件目录结构,以及图片上传组件 ( #3241 )
...
* fix(vxe-table): theme dark is not work
* perf(ImageUpload): 优化Upload组件目录结构,以及图片上传组件
2023-11-06 18:24:54 +08:00
zhang
031d613b18
fix(vxe-table): theme dark is not work ( #3239 )
2023-11-06 18:24:23 +08:00
xingyu
b6f8379e93
fix: breakpoint ( #3242 )
2023-11-06 11:08:19 +08:00
open-carp
ec646c57b8
fix(demo->customerForm): FormItem下有多个受控组件控制台显示错误提示的bug ( #3238 )
...
* fix: FormItem下有多个受控组件控制台显示错误提示的bug
* chore(demo->customerForm): use Promise in rule validator
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-04 11:28:25 +08:00
zhang
509541d11e
style(theme): resolve ts type error and perf themeColor selected ( #3237 )
...
* perf(useTree): resolve ts type error
* perf(projectSetting): themeColor selected
* perf(dark): fix mode dark component-background-color var is not work
2023-11-04 09:21:18 +08:00
熊丽君
da1f177284
chore: Update TableImg.vue ( #3234 )
...
TableImg Displaying images in the table will result in preview text for other hidden tags AImage
2023-11-04 09:16:37 +08:00
invalid w
6b919cd2fc
chore(useLocale): resolve ts type error
2023-11-03 12:37:36 +08:00
invalid w
4de756aa2d
chore(routeHelper): [ Fixes #3217 ] remove undefined property
2023-11-03 11:53:33 +08:00
bowen
beed7f2e11
feat(Upload): file list add drag func ( #3227 ). resolve #3179
2023-11-02 11:26:35 +08:00
苗大
2e632e4d4d
fix(dark): fix --text-color light color not work ( #3228 )
...
* fix(dark): fix --text-color light color not work
* fix(dark): fix --text-color light color not work
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
2023-11-02 11:23:01 +08:00
黄小民
59145ade25
feat: vxeTable searchInfo demo ( #3223 ) close #3011
2023-11-02 09:13:48 +08:00
Jiaxin sugar
bf060376e6
Update ApiSelect.vue ( #3225 )
...
修复 isFirstLoaded 状态没有重置导致 fetch方法只会调用一次
2023-11-02 09:06:49 +08:00
苗大
bb3d5b8ae8
perf(ConfigProvider): 配置antdv主题色, 使其与modifyVars配置一致 ( #3219 )
...
* perf(ConfigProvider): 配置antdv主题, 使其与modifyVars配置一致
* fix(dark): 修正颜色写法
* fix(dark): 修正app-content-background-color深色颜色
* style(BasicTable): row striped style add important
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
2023-11-02 09:05:58 +08:00
invalid w
50eac7f353
chore(Table->setting): fix CheckboxGroup onchange event fn type
2023-10-31 16:51:41 +08:00
苗大
e497721e9b
perf(darkMode): 优化深色模式颜色切换相关方法; 增加根据主题更新自定义颜色方法和示例 ( #3216 )
...
* perf(darkMode): 优化深色模式颜色切换相关方法; 增加根据主题更新自定义颜色方法和示例
* revert: 撤销notify组件的样式修改测试
* chore: color pattern error
* chore(theme): remove dead code
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-10-31 16:40:08 +08:00
wuzhican
ee8ec9eacf
fix: 修复notice样式绑定路径错误 ( #3218 )
...
* fix: 修复notice样式绑定路径错误
* fix: 修改notice的style嵌套结构以匹配template结构
---------
Co-authored-by: wuzhican <3245076860@qq.com>
2023-10-31 14:03:42 +08:00
Jiaxin sugar
295f7eef1a
Update routeHelper.ts ( #3217 )
...
某些情况下如果name如果没有值, 多个一级路由菜单会导致页面404
2023-10-31 11:44:50 +08:00
bowen
ed267d9c01
fix(FormItem): use getPopupContainer default value ( #3215 )
2023-10-31 11:43:30 +08:00
invalid w
5b9759710b
chore(ApiSelect): optimize the type of OptionsItem
2023-10-30 16:08:56 +08:00
invalid w
726bb73b58
chore(Table): Popup style disorder. close #3211
2023-10-30 15:51:01 +08:00
invalid w
8f900871ac
perf(useForm): If the args of the setFieldsValue is empty, it will not be executed. close #3209
2023-10-30 12:23:43 +08:00
zhang
06a6c947a9
fix(style): 修复黑暗模式下弹框、demo目录下、按钮样式问题 ( #3208 )
...
删除黑暗模式下冗余的样式代码
2023-10-30 08:14:38 +08:00
Jiaxin sugar
97f16271b1
Update role.data.ts ( #3207 )
...
fix: The component value is incorrect,
2023-10-29 21:35:06 +08:00
zhang
054a476d25
fix: 修复黑暗模式下一些样式问题 ( #3201 )
...
* fix: 修复黑暗模式下一些样式问题
* chore: refactor dark.less
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2023-10-28 21:37:44 +08:00
bowen
ae61fa1186
fix: checkedKeys use unref bug ( #3198 )
2023-10-26 16:16:58 +08:00
bowen
405ef9e2b3
fix: async validator ( #3194 )
2023-10-26 11:54:09 +08:00
zhang
4755017bcc
fix: 修复设置抽屉弹框滚动条样式异常 ( #3193 )
2023-10-26 09:25:37 +08:00
invalid w
41451f4fa3
fix(BasicTable): pagination exceeds page height. close #3185
2023-10-25 17:17:27 +08:00
bowen
83fc4ae391
chore(ATypographyParagraph): fix type:check ( #3187 )
2023-10-25 11:55:14 +08:00
invalid w
6f0a44f528
chore(TableFooter): resolve ts type error
2023-10-24 12:08:57 +08:00
bowen
92875cbecc
fix(tree): remove expandedKeys prop default value ( #3184 )
2023-10-24 10:20:13 +08:00
bowen
e7fbd74228
fix(Upload): The file name is too long bug ( #3182 )
...
* fix(Upload): The file name is too long bug
* fix: preview upload result file name nowrap
* chore: modify i18 to be uploaded
* chore: typing & i18n
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2023-10-23 15:32:04 +08:00
zhang
87224715c3
feat: 增加文本省略组件 ( #3180 )
...
* feat: 增加文本省略组件
* refactor: 重构文本省略组件
* feat: 增加远程懒加载下拉树功能
2023-10-23 14:42:56 +08:00
luchanan
00bf5d5bbf
站内支持API接口地址切换 ( #3162 )
...
* feat: 站内切换接口API
* feat: 站内切换接口API
* feat: 站内支持API接口地址切换,解决冲突,新增开关显示
(cherry picked from commit c6d60b6cfd50bf8e19233a21640ecf1d41c01cc8)
2023-10-23 14:37:56 +08:00
1455668754
b776ac4cd8
feat: Form增加ImageUpload组件 ( #3172 )
...
* feat: Form增加图片上传组件
* fix: 还原表单组件引用
* chore: ImageUpload demo
* chore: update ImageUpload demo
* fix: 'visible' will be removed in next major version
* chore: 修改api接口返回值参数
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2023-10-21 19:29:53 +08:00
invalid w
e4bcf8c899
chore(demo): basicTree组件增加icon 和 switcherIcon示例
2023-10-21 11:49:17 +08:00
invalid w
a0b2a9e949
fix(BasicTree): not inherit slot and not show icon slot. close #1902
2023-10-21 11:48:38 +08:00
invalid w
7b87d6d29e
chore(BasicTable): resolve BasicTable component ts type error
2023-10-20 17:15:05 +08:00
invalid w
3d0b88708e
chore(BasicTree): Resolve ts type error
2023-10-20 16:47:03 +08:00
Li Kui
c42ba1cc1b
fix(ApiCascader): apiParamKey not working
2023-10-20 13:34:48 +08:00
invalid w
2ec5f6322d
fix(Menu): tab标签切换选中状态焦点重复. fix #1681
2023-10-20 12:00:05 +08:00
bowen
83aa1da3de
fix: SimpleRootMenuContextProps type error ( #3176 )
2023-10-20 09:55:34 +08:00
Kirk Lin
6f7d840128
refactor: cipher ( #3174 )
2023-10-19 16:41:29 +08:00
Kirk Lin
2152b3f779
feat: add pinia persist plugin ( #3173 )
2023-10-19 16:17:49 +08:00
invalid w
882270d5ba
fix(ApiTree): 多触发一次onchange
2023-10-19 10:52:30 +08:00
invalid w
b103c64954
chore(ApiSelect): 该组件设定成手动触发验证
2023-10-19 10:41:11 +08:00
Li Kui
0f2c2eabd6
fix(ApiSelect): BasicForm emit ield-value-change twice
2023-10-18 21:06:10 +08:00
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
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