Kagol
2f7e49159e
feat(date-picker): [date-picker] support xdesign ( #1417 )
...
* feat(date-picker): support xdesign type="date"
* feat(date-picker): support xdesign type="month"
* feat(date-picker): support xdesign type="date-range"
* feat(date-picker): support xdesign type="month-range"
* feat(date-picker): support xdesign type="dates"
* feat(theme-tool): theme config support setting multiple selectors
2024-02-27 10:02:24 +08:00
李天佑
2a84fcdb7c
fix(badge): [badge] update badge xdesign ( #1420 )
...
* fix(badge): [badge] update badge xdesign
* fix(badge): [badge] update badge xdesign
* fix(badge): [badge] update badge xdesign
* fix(badge): [badge] update badge xdesign
2024-02-27 09:59:39 +08:00
wuyiping0628
afb706e4ce
feat(autocomplete): [autocomplete] adapt to autocomplete smb themes ( #1421 )
2024-02-27 09:58:54 +08:00
James
16fc36ddcc
fix: update carousel xdesign ( #1422 )
2024-02-27 09:58:25 +08:00
Nick Wu
c3ef17b0f3
fix(watermark): [watermark] fix the pic watermark above the content ( #1425 )
2024-02-27 09:55:44 +08:00
gimmyhehe
ca95abd385
fix(types): fix button group ts type warning ( #1430 )
2024-02-27 09:25:33 +08:00
gimmyhehe
30b7fe9cd6
fix(renderless): fix designConfig error ( #1423 )
2024-02-26 11:51:31 +08:00
ajaxzheng
c7618314f2
fix(mobile-first): fix mobile-first components bugs ( #1426 )
2024-02-26 09:30:53 +08:00
Floyd
17dd913589
style(user-head): [user-head] improve typescript declaration of components ( #1380 )
2024-02-20 14:41:35 +08:00
AcWrong02
e7a6dc33ed
fix(modal): [modal] The Modal Modal box component should not automatically close when hovering over a message with type="message" ( #1377 )
...
* fix(Modal): [Modal] The Modal Modal box component should not automatically close when hovering over a message with type=message
* style(Modal): [Modal] improve the typescript declaration of Modal Component
2024-02-20 14:40:15 +08:00
Kagol
eec945ee91
fix(date-picker): [date-picker] fixed the issue that entering date did not work ( #1386 )
...
* fix(date-picker): [date-picker] fixed the issue that entering date did not work
* test(date-picker): fix date-picker e2e test error
2024-02-08 14:10:14 +08:00
Kagol
355b4460a1
chore(ci): add pr preview through vercel deploy ( #1388 )
2024-02-08 09:49:00 +08:00
张烟铃
d051bea3a0
fix(anchor):[anchor]When the anchor component has a default currentLink, the style is not the expected style ( #1368 )
...
* fix(anchor):[anchor]When the anchor component has a default currentLink, the style is not the expected style
* fix(anchor):[anchor]Fix formatting issues
2024-02-05 11:29:03 +08:00
ajaxzheng
6c016bfcc0
fix(tree-menu): [tree-menu]fix treeMenu error in vue2 ( #1371 )
2024-02-05 11:20:40 +08:00
gimmyhehe
a2d101bfeb
feat(sites): add saas sites env ( #1370 )
2024-02-04 14:21:08 +08:00
Kagol
e848314b4b
feat: optimize mobile-first components
2024-02-04 11:54:30 +08:00
xiaoy
47c6f176c2
feat(skeleton): skeleton component ( #1345 )
...
* feat(skeleton): skeleton component
* fix(skeleton): skeleton css style
2024-02-02 15:27:14 +08:00
Kagol
1380f4e931
merge release-3.13.0 to dev ( #1365 )
...
* fix(pager): [pager] change pager content to unicode (#1251 )
* fix(build): fix build error and update versions
* fix(build): update theme version
* fix(vue): [grid] fix show icon condition (#1259 )
* docs(grid): [grid] fix grid docs (#1260 )
* docs(grid): [grid] fix grid docs
* docs(grid): [grid] fix grid docs
* fix(vue-common): fix process env error (#1277 )
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(modal): fix modal process env error
* fix(select): [dialog-box, select] fix select async emit form validate (#1292 )
* fix(theme): x-design style css var fix (#1286 )
* fix(renderless): fix popper fixed offset in transform parent (#1332 )
* fix(vue): [cascader] fix search mode in wujie (#1319 )
* fix(theme): [grid] fix xDesign grid toolbar button style (#1357 )
* fix(tree-menu): [tree-menu] Fix the issue of asynchronous loading of tree-menu component (#1362 )
---------
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: zzcr <894103554@qq.com>
Co-authored-by: wuyiping0628 <42107997+wuyiping0628@users.noreply.github.com>
2024-02-02 14:29:41 +08:00
刘名喜
bafdb6cb9a
Update pc.vue ( #1356 )
...
修复控制台警告,chunk-V4VCV3RI.js?v=ca970103:1670 [Vue warn]: Component emitted event "is-disabled" but it is neither declared in the emits option nor as an "onIs-disabled" prop.
2024-02-02 11:00:30 +08:00
Gweesin Chan
7f766a30e7
fix(timeline): [time-line] fix console error about `event click undefined` ( #1297 )
...
* style(timeline): fix eslint validation errors
* fix(timeline): fix console error about `event click undefined`
2024-02-02 10:53:33 +08:00
Kif
34e5916278
fix(numeric): [numeric] Fix Bug caused by initial value greater than maximum ( #1284 )
...
* fix(numeric): Fix Bug caused by initial value greater than maximum
* fix(numeric): Fix Bug caused by initial value greater than maximum
* fix(numeric): Fix Bug caused by initial value greater than maximum
2024-02-02 10:50:47 +08:00
falcon-jin
f6257a7374
fix(col): [layout] Fix Vue warning with configuration span of 24 ( #1272 )
...
* 修复col 栅格布局为24是vue警告
* 修复col 栅格布局为24是vue警告
* 修复col 栅格布局为24是vue警告
2024-02-02 10:49:21 +08:00
Nick Wu
f9630ee19c
feat(dialog-box): [dialog-box] make the dialogBox drag outside the window ( #1268 )
...
* feat(dialog-box): [dialog-box] make the dialogBox drag outside the window
* fix(dialog-box): [dialog-box] fix the E2E error
* fix(dialog-box): [dialog-box] another E2E error
* fix(dialog-box): [dialog-box] cancel E2E commit
* fix(dialog-box): [dialog-box] cancel E2E commit
2024-02-02 10:48:37 +08:00
jacknan
feec4137a3
fix(pull-refresh): fix pull up ( #1235 )
...
* fix(pull-refresh): 优化上拉加载更多触发逻辑
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* fix(pull-refresh): 常量定义
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2024-02-02 09:41:37 +08:00
Nick Wu
f466d63c23
fix(grid): [gird] fix the abnornal blank block when quantity from 500 to 10 ( #1321 )
2024-01-31 14:13:16 +08:00
ajaxzheng
b337171a03
Sync to dev 0127 ( #1352 )
...
* fix(pager): [pager] change pager content to unicode (#1251 )
* fix(build): fix build error and update versions
* fix(build): update theme version
* fix(vue): [grid] fix show icon condition (#1259 )
* docs(grid): [grid] fix grid docs (#1260 )
* docs(grid): [grid] fix grid docs
* docs(grid): [grid] fix grid docs
* fix(vue-common): fix process env error (#1277 )
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(modal): fix modal process env error
* fix(select): [dialog-box, select] fix select async emit form validate (#1292 )
* fix(theme): x-design style css var fix (#1286 )
* fix(renderless): fix popper fixed offset in transform parent (#1332 )
* fix(vue): [cascader] fix search mode in wujie (#1319 )
---------
Co-authored-by: gimmyhehe <975402925@qq.com>
2024-01-27 14:15:07 +08:00
jxhhdx
c35e1978cb
styles(area): [area] add area types ( #1311 )
2024-01-27 11:26:58 +08:00
jxhhdx
5a51f2e08b
styles(async-flowchart): [async-flowchart] add async-flowchart types ( #1312 )
2024-01-27 11:26:24 +08:00
jxhhdx
9ef209ffbd
styles(ip-address): [ip-address] add ip-address types ( #1329 )
2024-01-24 12:21:32 +08:00
Floyd
79f2c194f0
style(rate): [rate] improve typescript declaration of components ( #1328 )
2024-01-24 12:21:17 +08:00
Floyd
ef4c522483
style(popconfirm): [popconfirm] improve typescript declaration of components ( #1325 )
2024-01-24 12:20:30 +08:00
jxhhdx
076e8369d1
styles(cascader): [cascader] add cascader types ( #1324 )
2024-01-24 12:20:14 +08:00
Floyd
4eeac6a614
style(tag-group): [tag-group] improve ts types of components ( #1323 )
2024-01-24 12:20:02 +08:00
jxhhdx
e917e54df0
styles(autocomplete): [autocomplete] add autocomplete types ( #1322 )
2024-01-24 12:19:44 +08:00
jxhhdx
fc10ea4cf6
styles(drawer): [drawer] add drawer types ( #1318 )
2024-01-24 12:19:28 +08:00
jxhhdx
301de64902
styles(collapse): [collapse] add collapse types ( #1317 )
2024-01-24 12:19:16 +08:00
jxhhdx
105d532783
styles(tree-menu): [tree-menu] add tree-menu types ( #1316 )
2024-01-24 12:19:02 +08:00
jxhhdx
716c28af34
styles(fall-menu): [fall-menu] add fall-menu types ( #1315 )
2024-01-24 12:18:46 +08:00
jxhhdx
48d48e88f6
styles(amount): [amount] add amount types ( #1310 )
2024-01-24 12:14:59 +08:00
jxhhdx
afbd2dfb2a
styles(action-sheet): add action-sheet type ( #1307 )
2024-01-16 17:33:26 +08:00
ajaxzheng
b4365d0105
feat(relase) sync relase to dev ( #1306 )
...
* fix(pager): [pager] change pager content to unicode (#1251 )
* fix(build): fix build error and update versions
* fix(build): update theme version
* fix(vue): [grid] fix show icon condition (#1259 )
* docs(grid): [grid] fix grid docs (#1260 )
* docs(grid): [grid] fix grid docs
* docs(grid): [grid] fix grid docs
* fix(vue-common): fix process env error (#1277 )
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(vue-common): fix process env error
* fix(modal): fix modal process env error
* fix(select): [dialog-box, select] fix select async emit form validate (#1292 )
* fix(theme): x-design style css var fix (#1286 )
---------
Co-authored-by: gimmyhehe <975402925@qq.com>
2024-01-15 19:16:42 +08:00
李天佑
6a0858d3f8
docs(time-picker): [time-picker] optimize docs and demos ( #1273 )
...
* fix(switch): [switch] amend demo and api bug of switch
* feat(switch): [switch] amend demo and API bug of switch
* feat(switch): [switch] amend demo and API bug of switch
* docs(time-picker): [time-picker] optimize docs and demos
* docs(time-picker): [time-picker] optimize docs and demos
2024-01-15 16:47:12 +08:00
James
a3802a691a
docs(modal/dialog-box): [modal,dialog-box] update docs ( #1287 )
...
* fix(docs): update modal/dialog-box docs
* fix(dialog-box/modal): tiny-docs
* fix: update check tips
2024-01-15 16:44:48 +08:00
Floyd
6db36200ce
test(user-head): [user-head] improve unit testing of components ( #1296 )
2024-01-15 16:43:25 +08:00
AcWrong02
eaa0a7890b
fix(slider): [slider] In input box mode, set the min attribute to a negative value and value to a negative value, and the % symbol should not be used. ( #1202 )
2024-01-15 10:11:06 +08:00
jacknan
6613b77812
feat(numeric): refresh ui ( #1258 )
...
* feat(numeric): refresh ui
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(numeric): refresh ui
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2024-01-12 11:45:22 +08:00
jacknan
94bfd32a99
feat(time-line): refresh ui ( #1281 )
...
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2024-01-12 11:44:40 +08:00
Nick Wu
cdf7389fe2
fix(time): [time-picker] Scroll to the specified position on the second click ( #1169 )
...
* fix(rendless/src/time): [TimePicker] Scroll to the specified position on the second click
* fix(time): [timePicker] remove 'api'
2024-01-10 16:28:37 +08:00
Jevin
c50688a916
fix(calendar-view): [calendar-view] week display error ( #1241 )
...
* fix(calendar-view): week display error #1158
* fix(calendar-view): [calendar-view] week display error - mobile
* test(calendar-view): [calendar-view] amend e2e ttest
---------
Co-authored-by: “Jevin” <jevin@mogul-tech.com>
2024-01-09 15:22:37 +08:00
AcWrong02
b9fe6eda7d
test(TimeSelect): improve unit testing of TimeSelect Component ( #1270 )
2024-01-09 15:21:50 +08:00