Commit Graph

705 Commits

Author SHA1 Message Date
gimmyhehe c84ab66471
feat(button-group): [button-group] add default empty text (#1155)
* feat(button-group): [button-group] add default empty text

* feat(button-group): [button-group] add default empty text
2023-12-17 16:06:27 +08:00
zzcr 85a8d798b2
docs(site): update version 2023-12-17 00:02:44 -08:00
李天佑 e01d41a348
docs(sites): [drop-times,time-select] optimize docs and demos (#1151) 2023-12-15 17:57:23 +08:00
wuyiping0628 e9c801f766
test(watermark):[watermark] update watermark E2E test (#1150) 2023-12-15 16:04:36 +08:00
chenxi-20 fea7e62fed
docs(anchor): [anchor] optimized the document (#1149) 2023-12-15 16:01:59 +08:00
zzcr 07b2d70110 fix(chart): fix chart error 2023-12-15 15:59:09 +08:00
zzcr cd5bf9dbc1 build(build): update package.json 2023-12-15 15:30:46 +08:00
申君健 55872604be
fix(playground): update unpkg url (#1145) 2023-12-15 15:21:16 +08:00
ajaxzheng 5709d26ee4
fix(components): fix some bugs (#1148)
* fix(row): [layout] restore the gutter value, and add gutter demo (#1006)

* fix(row): restore the gutter value, and add gutter demo

* fix(row): fix e2e test

* fix(dropdown): fix console warning (#1000)

* fix(select): [select] Fixed an issue where a blank area is displayed when the select component uses the optimization attribute (#989)

* docs(layout): fix gutter's default value (#1011)

* build(internal): fix process not defined error (#991)

* build(internal): fix process not defined error

* build(internal): fix process not defined error

* build(internal): fix process not defined error

* Update transformVirtualTemplateForBuild.ts

* fix(sites): demo fill the row when it is only one

* fix(form): fix from valid tooltip background color (#1059)

* fix(form): fix from valid tooltip background color (#1081)

* build(theme): [theme] Add the index.less file package of the root directory (#1090)

* fix(grid): [grid] update parentHeight before recalculate (#1142)

---------

Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
2023-12-15 15:20:45 +08:00
zzcr d865c0e340 fix(eslint): fix eslint error 2023-12-15 14:52:50 +08:00
James b4cab3020c
test(e2e):[color-picker,color-select-panel,crop] Add E2E TEST (#1144)
* test[config-provider/user-head]Add E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test(modal):[modal]update test E2E TEST

* test:[toggle-menu,slide-bar,link-menu,divider,user-contact]update test E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test(e2e):[carousel] Update E2E TEST

* test(e2e):[crop,color-select-panel,color-picker] Add E2E TEST
2023-12-15 11:03:16 +08:00
wuyiping0628 cdc4b1c223
test(fullscreen):[fullscreen] update fullscreen E2E test (#1131)
* test(fullscreen):[fullscreen] update fullscreen E2E test

* test(fullscreen):[fullscreen] update fullscreen E2E test

* test(fullscreen):[fullscreen] update fullscreen E2E test
2023-12-15 11:02:37 +08:00
黄怡林 e11d89a334
[steps] solved the problem that click item and then open new window (#1040)
* fix(steps):  [steps]  solved the problem that click item and open new brower window

* fix(label): [label] Correcting component name
2023-12-15 10:16:09 +08:00
ajaxzheng f74d5c30af
feat(solid): add solid file structure (#1140)
* feat(solid): add solid file structure

* feat(solid): add solid file structure
2023-12-15 10:14:55 +08:00
wuyiping0628 c58b4a350d
test(qr-code):[qr-code] update qr-code E2E test (#1143) 2023-12-15 10:14:12 +08:00
ajaxzheng 6b8f1ee381
docs(grid): fix grid docs (#1137) 2023-12-15 09:18:12 +08:00
chenxi-20 33974e9137
feat(file-upload): [file-upload] Add new features to the progress bar (#1139) 2023-12-14 17:45:30 +08:00
GaoNeng 57493c3989
🐞 fix(button): fix loading style (#1124) 2023-12-14 17:13:16 +08:00
zzcr ff6aafec8f
fix(label): fix label components error 2023-12-14 01:08:11 -08:00
申君健 346fb9585f
fix(calendar-view): fix import clause (#1138) 2023-12-14 16:33:09 +08:00
jacknan c99c840f2e
feat(label): add label mobile (#1098)
* feat(label): add label mobile

Signed-off-by: jacknan <zhumaonan@aliyun.com>

* feat(label): add label mobile

Signed-off-by: jacknan <zhumaonan@aliyun.com>

---------

Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-14 16:06:14 +08:00
betavs 013ac583bf
fix(components): [slider] prevent default event when bind keydown event (#1038) 2023-12-14 16:03:11 +08:00
GaoNeng 60729f8898
feat: Error reported when the maximum value is less than the minimum value (#973)
* feat: Error reported when the maximum value is less than or equal to the minimum value

* feat: Error reported when the maximum value is less than the minimum value

* style: delete console.log

* style: add space and remove semicolon

* fix: when min < max will throw Error
2023-12-14 16:02:42 +08:00
jacknan 74e976e2a5
feat(tag): add tag-mobile (#976)
* feat(tag): add tag-mobile

Signed-off-by: jacknan <zhumaonan@aliyun.com>

* feat(tag): remove tsx

Signed-off-by: jacknan <zhumaonan@aliyun.com>

---------

Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-14 15:56:53 +08:00
MomoPoppy a1e84ad9c2
docs(components): [select,action-menu] Select and ActionMenu and DialogSelect component document optimization. (#1136)
* docs(action-menu): [action-menu] ActionMenu component document optimization

* docs(select): [select] Select component document optimization

* docs(dialog-select): [dialog-select] Optimize the documentation for the dialogSelect component
2023-12-14 15:46:04 +08:00
chenxi-20 a182bb2034
feat(common): Compatible with yy/MM/dd HH: mm: ss time format (#1121) 2023-12-14 15:45:12 +08:00
黄怡林 594c7fa8f0
fix(time-line): [time-line] fixed time-field props can't link to demo (#1126)
* fix(docs): fixed some bugs of demo

* fix(steps): Optimized steps docs

* fix(timeline): [time-line] Optimized timeline api docs

* fix(tree-menu): [tree-menu] Optimized treeMenu docs

* fix(tree-menu): [tree-menu] ellipse props did not work

* fix(time-line): [time-line] fixed time-field props can't link to demo
2023-12-14 15:44:17 +08:00
James d3175d2122
test:[color-picker,carousel] Update E2E TEST (#1125)
* test[config-provider/user-head]Add E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test(modal):[modal]update test E2E TEST

* test:[toggle-menu,slide-bar,link-menu,divider,user-contact]update test E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test:[carousel,color-picker]Update E2E TEST

* test(e2e):[carousel] Update E2E TEST
2023-12-14 15:43:31 +08:00
chenxi-20 3e7c167e7e
docs(components): Delete excess document examples (#1127) 2023-12-14 15:42:45 +08:00
申君健 eda5b4f86e
docs(fix): fix docs (#1128) 2023-12-14 15:42:08 +08:00
James 41c608fbbd
doc(fix):[carousel,color-picker,color-select-panel,config-provider,crop,dialog-box] Update doc text (#1130) 2023-12-14 15:41:38 +08:00
yoyo 899174994c
fix: [cascader, loading] fix docs api jump demo (#1129) 2023-12-14 15:40:35 +08:00
gimmyhehe aef96eda64
docs(sites): [pager, form] optimize docs and demos (#1135) 2023-12-14 15:40:01 +08:00
James 44468866fe
test:[toggle-menu,link-menu,user-contact,divider] Update E2E TEST (#1122)
* test[config-provider/user-head]Add E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test[dialog-box,numeric]Update E2E TEST

* test(modal):[modal]update test E2E TEST

* test:[toggle-menu,slide-bar,link-menu,divider,user-contact]update test E2E TEST
2023-12-13 17:39:29 +08:00
Davont c0498248e4
fix(chart-beta): Update dependencies and imports in chart modules (#1115)
* fix(chart-beta): formatting issues in chart components

* fix(chart-beta): formatting issues in chart components

* fix(chart-beta): Update dependencies and imports in chart modules

* fix(chart-beta): Update dependencies and imports in chart modules
2023-12-13 17:37:36 +08:00
申君健 676fe01e07
perf(common): Make the twMeger function support shake tree (#1116)
* perf(common): add twMerge tree shake

* fix(common): fix review

* docs(install): add TINY_MODE’s sample
2023-12-13 16:15:19 +08:00
wuyiping0628 185eb8b84d
test(text-popup):[text-popup] update text-popup E2E test (#1119) 2023-12-13 16:13:50 +08:00
gimmyhehe 541aa9d1cb
fix(theme): [alert, popconfirm] pc template remove tailwind merge (#1120)
* fix(theme): [alert, popconfirm] pc template remove tailwind merge

* fix(theme): [alert, popconfirm] pc template remove tailwind merge
2023-12-13 16:13:21 +08:00
MomoPoppy d305b1c190
fix(select): [select] Fix the issue of ineffective use of noMatchText attribute in custom filtering of select component (#1118) 2023-12-13 15:55:34 +08:00
MomoPoppy 1b42659bc4
test(select): [select] Supplement and optimize select component test cases (#1112)
* test(select): [select] Supplement and optimize select component test cases

* test(select): [select] Modify e2e test cases
2023-12-13 15:13:04 +08:00
gimmyhehe e1c0960cc3
docs(sites): change api properties to props (#1117) 2023-12-13 15:02:31 +08:00
wuyiping0628 bedb81d3d2
test(bulletin-board):[bulletin-board] update bulletin-board E2E test (#1114)
* test(bullentin-board):[bullentin-board] update bullentin-board E2E test

* test(bullentin-board):[bullentin-board] update bullentin-board E2E test

* test(bulletin-board):[bulletin-board] update bulletin-board E2E test
2023-12-13 10:24:58 +08:00
申君健 021f54426d
fix(tree): [tree, tooltip] fix tree's tooltip's compositions demo (#1103)
* fix(tree): fix tree's tooltip's  compositions demo

* fix(tooltip): fix

* fix(tooltip): fix

* fix(tooltip): fix

* fix(tooltip): fix

* docs(tooltip): fix
2023-12-13 10:23:00 +08:00
chenxi-20 90f8431e31
fix(filter-panel): [filter-panel] Optimize the official website documentation and e2e test cases for the components (#1104) 2023-12-13 09:28:04 +08:00
yoyo ca2a46d949
chore(site): deprecated DetailPage (#1110) 2023-12-13 09:27:30 +08:00
chenxi-20 c62d54bb6f
docs(tabs): [tabs] Add documentation for using tab items (#1107) 2023-12-13 09:23:35 +08:00
yoyo 137d09a106
docs(site): [detail-page, scroll-text] Improve documentation (#1109) 2023-12-13 09:23:06 +08:00
ajaxzheng 8982c7fa34
docs(site): methods api do not show defaultValue (#1105) 2023-12-13 09:22:35 +08:00
wuyiping0628 3d702cbe3b
test(infinite-scroll):[infinite-scroll] update infinite-scroll E2E test (#1106)
* test(infinite-scroll):[infinite-scroll] update infinite-scroll E2E test

* test(infinite-scroll):[infinite-scroll] update infinite-scroll E2E test
2023-12-12 16:43:24 +08:00
ajaxzheng fb4761568a
feat(react): optimize react file structure (#1099) 2023-12-11 19:10:04 +08:00