kooriookami
f57b10c2ba
style(components): [select & select-v2] remove split dash ( #17009 )
...
* style(components): [select & select-v2] remove split dash
* feat(components): update
2024-05-28 16:35:46 +08:00
btea
67d9d7c09b
fix(components): [tree-select] empty slot display error ( #16943 )
...
* fix(components): [tree-select] empty slot display error
* fix: style
2024-05-25 12:29:43 +08:00
Liao-js
90c75710f3
style(components): dropdown-item blur hover style ( #16895 )
2024-05-20 09:17:57 +08:00
Aaron-zon
b87499e7f1
chore(css): format segmented.scss ( #16820 )
...
fix: segmented.scss
2024-05-12 02:37:11 +00:00
赵添
9409cf1911
style(components): tour delete content outline style ( #16725 )
2024-04-30 11:56:38 +08:00
xx
b05eae1793
fix: 🐛 update autocomplete default width ( #16633 )
...
* fix: 🐛 update autocomplete default width
✅ Closes: 16619
* refactor: 💡 use input-width instead
✅ Closes : #16619
2024-04-24 15:55:45 +08:00
Kataick
9c2da88ad9
style(components): [col] fix gutter will be hidden when present ( #16392 )
...
* [col] fix gutter will be hidden when present
* optimize code
* supplement
2024-04-16 17:51:34 +08:00
kooriookami
546b21ea82
feat(components): [segmented] new component ( #16258 )
...
* feat(components): [segmented] new component
* feat(components): [segmented]
* feat(components): update
* feat(components): update
* feat(theme-chalk): update
* feat(components): update
* feat: update
* feat: update
* feat(components): add focus-visible
* feat(theme-chalk): update
* feat(components): fix test
* docs: docs
* feat(components): update
* feat: add icon
2024-04-11 18:48:52 +08:00
dopamine
22ac4c56f2
fix(components): [input-number] fix cascading style order ( #16308 )
...
fix(components): [number-input] fix cascading style order
2024-04-02 14:42:33 +08:00
betavs
6f3eaa1431
fix(components): [input-number] wrapper padding style is overridden ( #16310 )
2024-04-02 14:33:15 +08:00
kooriookami
dc19ddff10
feat(components): [message] add plain prop ( #16214 )
...
* feat(components): [message] add plain prop
* feat(components): update
2024-03-26 12:03:51 +08:00
btea
95244e1a51
fix(components): [tag] remove duplicate style ( #16174 )
2024-03-22 14:10:42 +08:00
知晓同丶
9f2434f94d
fix(theme-chalk): replace gulp-clean-css with cssnano ( #16056 )
...
* fix(theme-chalk): replace `gulp-clean-css` with `cssnano`
closed #15686
* fix(theme-chalk): disable `colormin` to prevent color values changed
* Update packages/theme-chalk/gulpfile.ts
Co-authored-by: btea <2356281422@qq.com >
* fix(theme-chalk): disable `minifyFontValues` to prevent font values changed
---------
Co-authored-by: btea <2356281422@qq.com >
2024-03-19 15:44:20 +08:00
btea
54f11892a3
style: remove duplicate style ( #16154 )
...
* style: remove duplicate style
* chore: format
2024-03-17 21:31:07 +08:00
btea
5b4254f73f
chore: format code ( #16101 )
2024-03-13 09:35:00 +08:00
btea
a8e622bac5
fix(components): [cascader] form nested causing clear icon invalid ( #16068 )
2024-03-12 21:52:51 +08:00
zeyong tsai
75f5d08786
style(components): [anchor] marker transition expression incorrect ( #16100 )
...
style(components): [anchor] marker transition expression incorrect
2024-03-11 08:46:48 +00:00
btea
3ff8bbeaf8
chore: format code ( #16016 )
2024-03-04 22:08:07 +08:00
赵添
bd3593140b
style(components): [anchor] marker transition change ( #16023 )
...
* style(components): [anchor] marker transition change
* fix(components): [anchor] clear animate scroll
2024-03-04 09:58:19 +08:00
一只前端汪
0b48f8148c
style(components): [button] remove focus styles, Fix outline flickering when foucs-visible ( #16002 )
...
* style(components): [button] remove focus styles
* fix: button transition
2024-03-01 12:18:54 +08:00
yuchen
42d1738463
feat(components): [date-picker] add type years for year multiple select ( #15980 )
...
* feat(components): [date-picker] add type years for year multiple select
* fix(components): [date-picker] fix footerVisible while type is not years
* style(components): [date-picker] stand out selected item for year/month
* style(components): [date-picker] remove the in-range background
* docs(components): [date-picker] add 'years' for attribute type
2024-03-01 09:35:52 +08:00
Jed
53bc6517f2
feat(components): [Carousel] Add motion blur functionality ( #15603 )
...
* feat(components): [Carousel] Add motion blur functionality
docs(components): [Carousel] Add example properties
docs(components): [Carousel] Add docs properties
* fix(components): [Carousel] change the id name in filter in svg
fix(components): [Carousel] button to remove motion blur effect
fix(components): [Carousel] svg hides when motion blur is false
* update(components): [Carousel] docs/en-US/component/carousel.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* update(components): [Carousel] docs/examples/carousel/motion-blur.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* update(components): [Carousel] docs/examples/carousel/motion-blur.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* update(components): [Carousel] packages/components/carousel/src/carousel.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* docs(components): [Carousel] add feature version labels
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
2024-02-29 14:54:06 +08:00
赵添
25bebce59d
feat(components): anchor component ( #15670 )
...
* feat(components): anchor component
* fix(components): [anchor] marker opacity style
* test(components): [anchor] update snapshots
* fix(components): [anchor] style change and add version tag
* docs(components): [anchor] affix mode demo add affix offset
* fix(components): [anchor] change api
* fix: slot name change
* fix: scrollTo method change
* fix: delete getCurrentAnchor api
* style: text overflow
* docs: change toc to anchor
* refactor: useEventListener
* fix: update
* fix: update
2024-02-27 14:22:26 +08:00
kooriookami
ed984561de
style(components): [alert] Update alert style ( #15911 )
2024-02-23 16:23:45 +08:00
kooriookami
d1a7fd102a
style(components): [message] Update message style ( #15912 )
...
* style(components): [message] Update message style
* test(components): update test
2024-02-23 16:23:32 +08:00
betavs
95f8041e4c
fix(components): [select] the font color does not change when disabled ( #15920 )
...
* fix(components): [select] the font color does not change when disabled
* perf(components): [select] the font color does not change when disabled
2024-02-22 10:58:06 +08:00
Xc
beaac3736c
fix(components): [input] type hidden use class ( #15865 )
2024-02-20 13:02:20 +08:00
btea
66fc9a483f
chore: format code ( #15855 )
2024-02-15 18:35:50 +08:00
Wayne
d2fbff70eb
fix(components): [table] row has rowspan when hover it only has background on the first row of this rowspan ( #15529 )
...
* fix(components): table
table row has rowspan when hover it only has background on the first row of this colspan
* fix(components): table
fixed when hover on a rowspan > 1 cell give the whole rows background
* fix(components): [table]
fixed hover on merged cell give the background of the whole rows
* Update events-helper.ts
import addClass removeClass
* Update events-helper.ts
fixed rowspan > 2 and data not enough
* fix(components): [table]
add test case for hover on rowspan > 2
* fix(components): [table]
use getTestData is better
* Update table.test.ts
use getTestData instead
* Update table.test.ts
change templete label prop
* fix(components): [table]
drop comments and clear hoveredCell array after use
* fix(components): [table]
when there is fixed row, hover on rowSpan > 1 should not clear the class
---------
Co-authored-by: dwaynewdong <dwaynewdong@tencent.com >
2024-02-04 21:41:05 +08:00
Dewdew
f379af8aab
feat(style): add og-image & apply lint ( #15588 )
...
* feat(style): add og-image & apply lint
* update Review
2024-02-04 07:56:02 +00:00
kooriookami
9cf28d22fe
feat(components): [check-tag] add type prop ( #15727 )
...
* feat(components): [check-tag] add type prop
* feat(components): update
2024-02-02 09:22:42 +08:00
kooriookami
2863f2fde3
style(components): [tour] Improve style and docs ( #15706 )
...
* style(components): [tour] Improve style and docs
* style(theme-chalk): update
2024-01-31 10:35:36 +08:00
kooriookami
ee7a21f670
feat(components): [message-box] MessageBox can drag overflow the viewport ( #15674 )
...
feat(components): [message-box] can drag overflow the viewport
2024-01-26 10:20:08 +08:00
kooriookami
67cd7e95e6
feat(components): [dialog] Dialog can drag overflow the viewport ( #15643 )
...
* style(components): [dialog] Modify dialog style and docs
* chore: update
* feat(components): [dialog] add overflow prop
* feat(components): update
2024-01-25 15:03:34 +08:00
kooriookami
09bf18c914
style(theme-chalk): [select] Fix style when calculate input width ( #15539 )
...
* style(theme-chalk): [select] Fix style when calculate input width
* feat(theme-chalk): update
2024-01-18 12:24:04 +08:00
kooriookami
feb169fe93
feat(components): [select & select-v2] Add loading slot ( #15540 )
...
* feat(components): [select & select-v2] Add loading slot
* feat(components): update
2024-01-18 12:23:41 +08:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components ( #15352 )
...
* refactor(components): [select&select-v2] refactor components
* refactor(components): [select-v2]
* refactor(components): update
* refactor(components): update
* refactor(components): [select-v2]
update
* refactor(components): update
* refactor(components): update
* refactor(components): update type
* refactor(components): update
* refactor(components): update
* refactor(components): update style
* refactor(components): update docs
* refactor(components): update
* refactor(components): fix #15323
* refactor(theme-chalk): update
* refactor(components): update
* refactor(components): update
* refactor(components): update
* refactor(components): fix bugs
* fix(components): fix issue
* fix(components): update
* fix(components): fix some bug
* feat(components): update
* feat(components): add tag slot
* feat(components): update
* fix(components): update
* style(theme-chalk): update style
* fix(theme-chalk): update
* feat(theme-chalk): update
* fix(components): update
* feat: update
* feat: update
* feat: update
* feat(components): update
2024-01-10 11:14:58 +08:00
yuchi Xiong
2c851a340b
fix(components): [input] the cursor is misplaced when type setting number ( #15341 )
...
fix(components): [input] the cursor is misplaced when type setting number
2024-01-10 09:18:26 +08:00
WuJianPeng
2664188c21
fix(components): fixed total column without background color ( #15336 )
...
* fix(components): fixed total column without background color
closed #15324
* Update packages/theme-chalk/src/table.scss
Indeed & it is redundant
Co-authored-by: btea <2356281422@qq.com >
* style(components): delete redundant styles
---------
Co-authored-by: btea <2356281422@qq.com >
2024-01-08 16:43:48 +08:00
Xc
838bad208c
style(components): [menu] Collapse mode active color ( #15343 )
...
style(components): [menu] coolapse mode active color
2024-01-05 19:24:57 +08:00
赵添
c6aacf99b2
fix(style): [tour] fixed the closebtn's hover style when type is primary ( #15309 )
...
* fix(style): [tour] fixed the closebtn's hover style when type is primary
* fix(components): [tour] placement prop reactive not work
* fix(style): [tour] delete the background style
2024-01-04 17:01:19 +08:00
btea
a5b5dc7b20
fix(components): [select-v2] clear icon invalid when status-icon is set ( #15306 )
2023-12-29 20:02:10 +09:00
btea
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance and format code ( #15304 )
2023-12-28 22:53:10 +08:00
赵添
2fd7ba82ab
feat(components): tour component ( #14952 )
2023-12-27 14:49:11 +08:00
Xc
e4aeb54278
fix(style): [col] media sm max-wdith 768 to 767 ( #15085 )
...
Co-authored-by: btea <2356281422@qq.com >
2023-12-24 23:12:32 +08:00
kooriookami
a64026dc7a
style(theme-chalk): replace word-break with overflow-wrap ( #15190 )
...
* style(theme-chalk): replace word-break with overflow-wrap
closed #15167
* style(theme-chalk): remove text-align: justify
* style(theme-chalk): update
* style(theme-chalk): update
---------
Co-authored-by: 一只前端汪 <985313519@qq.com >
2023-12-21 15:21:12 +08:00
btea
ec34092e45
chore: format ( #15137 )
2023-12-13 12:12:44 +00:00
kooriookami
5e60441616
chore(docs): Use online fonts in docs ( #15011 )
...
* chore(docs): use online fonts in docs
* docs(theme-chalk): update
2023-11-30 10:06:45 +00:00
kooriookami
5017ce5452
[Docs] Update homepage ( #14534 )
...
* docs: update homepage
* docs: update
* docs(element-plus): update font
* docs(theme-chalk): form font inherit
2023-11-29 12:12:09 +08:00
Cheerwhy
f37d056441
feat(components): [select] add header and footer slot ( #14876 )
...
* feat(components): [select] add header and footer slot
* fix(docs): [select] incorrect word
* fix(theme-chalk): [select-dropdown] incorrect padding
* Update docs/en-US/component/select.md
Co-authored-by: btea <2356281422@qq.com >
* Apply suggestions from code review
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: qinzz <qinzz@chint.com >
Co-authored-by: btea <2356281422@qq.com >
2023-11-27 15:26:48 +08:00