chenxi-20
147de7fdde
feat(tabs): [tabs] Add panel configuration function to adapt to the new SMB specifications ( #1547 )
2024-04-19 09:28:09 +08:00
gimmyhehe
e7ab21759b
fix(grid): [grid] fix remote filter default value ( #1574 )
2024-04-19 09:26:57 +08:00
chenxi-20
826f9edf65
fix(anchor): [anchor] Correcting Ambiguity in Anchor Document Description #1303 ( #1569 )
2024-04-19 09:26:16 +08:00
James
f42012cb1e
fix: the width of the modal box can be displayed in the center as the browser window size changes ( #1554 )
2024-04-12 00:03:55 +08:00
ajaxzheng
564912012a
feat: Adapting to the X-design theme ( #1534 )
2024-04-08 15:46:23 +08:00
James
01519cb175
fix: update numeric demo style ( #1526 )
2024-04-08 10:08:45 +08:00
AcWrong02
89c8bd9d37
docs(Numeric): [examples] add the description of change-compat for change event ( #1521 )
2024-04-02 16:16:39 +08:00
James
687a073478
feat(select): add show-proportion props of select component ( #1503 )
...
* feat: show-proportion of select component
* fix: delete tag
* fix: update review
2024-03-30 10:06:40 +08:00
James
ecba505e95
feat(statistic): statistic component ( #1491 )
...
* fix: add new component statistic
* fix: add statistic renderless
* feat: add statistic theme
* feat: add statistic component
* fix: update review
* fix: update review
* fix: update review
2024-03-30 10:04:06 +08:00
黄怡林
772ef20270
[select] Optimized remote search demo ( #1488 )
...
* docs(steps): optimization of steps docs
* docs(select): optimized remote search demos
* fix(split): css vars don't work
* test(select): resolved running failed E2E test case
2024-03-30 10:01:15 +08:00
Kagol
8de365c231
feat(date-picker): [date-picker] date picker add quarter type ( #1513 )
...
* chore: add comments to date-panel
* feat(date-picker): add quarter-panel component and support type="quarter"
* feat(date-picker): quarter-panel support prevYear/nextYear/pickYear
* refactor(date-picker): remove QuarterMap to common
* feat(date-picker): optimize quarter-panel style
* refactor(date-picker): move MonthQuarterMap to common
* chore: add QuarterPanel on modules.json
* docs(date-picker): add quarter to IType
* fix(date-picker): [date-picker] fix e2e test failed
* chore: add node version
2024-03-30 09:59:25 +08:00
gimmyhehe
fedf1cb1fe
feat(action-menu): [action-menu] add XDesign theme ( #1514 )
...
* feat(action-menu): [action-menu] add XDesign theme
* feat(action-menu): [action-menu] add XDesign theme
2024-03-30 09:58:12 +08:00
张烟铃
243058109c
feat(float-button) : [float-button] add e2e ( #1508 )
...
* feat(float-button): [float-button] add e2e
* fix(float-button):[float-button] fix e2e bug
* fix(float-button): [float-button] nothing to do
* fix(float-button): [float-button] reduction file
2024-03-26 14:30:27 +08:00
gimmyhehe
f844712a66
feat(form): [form] add xDesign theme ( #1507 )
2024-03-26 09:10:37 +08:00
gimmyhehe
8523a35980
docs(grid): [grid] fix tree-grid-insert-delete-update demo ( #1495 )
2024-03-18 19:17:21 +08:00
ajaxzheng
85ce304b76
fix(select): fix select/picker bugs ( #1487 )
2024-03-14 16:43:46 +08:00
ajaxzheng
a70d32573b
feat: sync release3.14.0 ( #1483 )
...
* feat(theme): update theme index
* docs: add docs unplugin and changelog (#1476 )
* docs: add v3.14.0 changelog
* chore: update @opentiny/unplugin-tiny-vue version
* docs: add auto import docs
* fix(vue): add new dependencies (#1482 )
* fix(vue): add new dependencies
* fix(vue): add new dependencies
* docs(grid): update grid apis (#1480 )
---------
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
2024-03-13 10:16:07 +08:00
gimmyhehe
1f612a2caa
docs(sites): change apis doc and hidden form menu ( #1472 )
2024-03-07 14:49:21 +08:00
ajaxzheng
ba392507d3
test(e2e): fix e2e error ( #1471 )
2024-03-07 14:42:33 +08:00
chenxi-20
5f798de86b
feat(search): [search] Increase input maximum character limit attribute maxlength ( #1457 )
2024-03-05 17:43:16 +08:00
黄怡林
28a67f7507
Fix some bugs ( #1465 )
...
* feat(drawer): fit x-design theme
* feat(drawer): add demo and api document for 'tipsProps'
* fix(docs): optimize api type anchor
* fix(build): optimize build:theme script
* docs(timeline): api document optimization
* docs(steps): api document optimization
* fix(pull-refresh): solved the problem pull down can't reset data
* fix(build:theme): solved running build:theme script error
2024-03-05 17:41:16 +08:00
wuyiping0628
bfa745141f
fix(test): [tree-menu,ip-address,rate] update e2e test ( #1467 )
...
* fix(tree-menu): [tree-menu] fix search issues
* fix(test): [ip-address,rate] update e2e test
2024-03-05 17:40:13 +08:00
李天佑
0737b1c20d
docs(radio): [radio] optimize demo ( #1462 )
2024-03-05 11:20:12 +08:00
ajaxzheng
19acdd953e
test(e2e): fix grid e2e test error ( #1458 )
2024-03-04 17:56:45 +08:00
wuyiping0628
91bce03056
fix(guide): [guide] update e2e test ( #1456 )
...
* test(dept): [dept] Fix test cases
* test(dept): [dept] Fix test cases
* test(loading): Resolve loading error
* fix(guide): [guide] update e2e test
2024-03-02 09:43:49 +08:00
yoyo
da3f6ca167
docs(site/popeditor): improve documentation ( #1438 )
2024-03-01 16:33:24 +08:00
黄怡林
0b4ef3c55f
test(floatbar): fix running failed E2E cases ( #1443 )
2024-03-01 16:31:55 +08:00
yoyo
db3ccaafd0
fix(test): [cascader, notify] update e2e test ( #1445 )
2024-03-01 16:31:34 +08:00
yoyo
21c75a1c03
docs(site/loading): improve documentation ( #1451 )
2024-03-01 16:30:47 +08:00
chenxi-20
57160402fb
test(milestone): [milestone] Fix test cases ( #1447 )
2024-03-01 16:30:24 +08:00
chenxi-20
fadcf72910
test(pop-upload): [pop-upload] Fix test cases ( #1449 )
2024-03-01 16:29:57 +08:00
李天佑
e4e91c9c9e
fix(test): [date-picker] update e2e test ( #1453 )
...
* fix(test): [date-picker] update e2e test
* fix(test): [date-picker] update e2e test
* fix(test): [user-link] update e2e test
2024-03-01 16:28:38 +08:00
wuyiping0628
6ae57a3249
test(dept): [dept] Fix test cases ( #1452 )
...
* test(dept): [dept] Fix test cases
* test(dept): [dept] Fix test cases
2024-03-01 16:27:22 +08:00
chenxi-20
b8acae5dc8
test(tag): [tag] Fix test cases ( #1450 )
2024-03-01 16:26:53 +08:00
James
3dc041947a
fix: update e2e spec ( #1454 )
2024-03-01 16:26:16 +08:00
James
8bfb442ba4
fix:[modal,slider-bar] update e2e test ( #1455 )
...
* fix: update e2e test
* fix: update test-e2e
2024-03-01 16:25:49 +08:00
chenxi-20
e104ab69bb
test(file-upload): [file-upload] Fix test cases ( #1444 )
2024-02-29 17:21:51 +08:00
James
990c9fb816
fix(modal): [modal]optimize modal demo ( #1437 )
...
* fix: update and optimize modal demo
* fix: update and optimize modal demo
* fix: optmize modal demo
2024-02-28 18:04:44 +08:00
James
8bfa624a9e
fix: update docs of dialog-box ( #1434 )
2024-02-28 18:03:23 +08:00
李天佑
c6201942d4
docs(time-select): [time-select] optimize docs and demos ( #1418 )
...
* docs(time-select): [time-select] optimize docs and demos
* docs(time-select): [time-select] optimize docs and demos
* docs(time-select): [time-select] optimize docs and demos
* docs(time-select): [time-select] optimize docs and demos
2024-02-28 17:49:06 +08:00
张烟铃
1019e574e2
feat(float-button): [float-button] add float-button ( #1394 )
...
* feat(float-button): [float-button] add float-button
* fix(float-button):[float-button] remove mobile
* delete token.ts
2024-02-27 18:49:06 +08:00
黄怡林
d7d326d6e8
[drawer] fix smb theme ( #1411 )
...
* feat(drawer): fit x-design theme
* feat(drawer): add demo and api document for 'tipsProps'
2024-02-27 10:26:15 +08:00
James
a3b49e1474
(docs): update drag-outside-window of dialog-box ( #1376 )
...
* fix: add drag-outside-window of dialog-box
* fix: update review
* fix: update dialog-box apis
* fix: update code review
* fix: update code review
* fix: update code review
2024-02-27 10:20:35 +08:00
yoyo
8900246bea
feat(slider): [slider] marks supported, input range supported ( #1429 )
...
* feat(slider): marks supported, input range supported
* feat(slider): slider smb theme
* feat(slider): slider demo
* feat(slider): slider test
2024-02-27 10:09:00 +08:00
黄怡林
369f28128b
docs(steps): optimize demo ( #1415 )
2024-02-27 10:05:01 +08:00
ajaxzheng
c7618314f2
fix(mobile-first): fix mobile-first components bugs ( #1426 )
2024-02-26 09:30:53 +08:00
李天佑
f08fb98c17
docs(time-select): [time-select] optimize docs and demos ( #1403 )
...
* docs(time-select): [time-select] optimize docs and demos
* docs(time-select): [time-select] optimize docs and demos
* docs(time-select): [time-select] optimize docs and demos
2024-02-20 19:15:01 +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
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