jiaxiang
61d5dcc3ae
feat(components): [image-viewer] add toolbar slot ( #19497 )
...
* feat(components): [image-viewer] add toolbar slot
* feat(docs): add docs
* docs: update
* docs: update
* docs: update image viewer API types for clarity
* docs: update custom toolbar version in image documentation to 2.9.4
* Update docs/examples/image/custom-toolbar.vue
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
* style: remove dividers
* revert: style
* docs: format
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-17 15:50:44 +08:00
jiaxiang
ac42b639ce
feat(components): [image-viewer] add progress
slot and show-progress
props ( #19465 )
...
* refactor(components): simplify computed properties in image-viewer
* feat(components): [image-viewer] add progress number
* test(components): remove console logs from image-viewer tests
* feat(components): [image-viewer] update progress display and style
* test(components): update progress selector in image-viewer tests
* feat(components): [image-viewer] add slot support for progress display
* docs(components): [image] add progress content description
* docs(components): update docs
* feat(components): [image] simplify progress slot binding
* docs(components): update
* Update packages/components/image-viewer/__tests__/image-viewer.test.tsx
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/image.md
Co-authored-by: btea <2356281422@qq.com>
* docs: update progress version in image documentation
* Update packages/components/image-viewer/src/image-viewer.vue
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
* feat: add showProgress props
* docs: add demo
* docs: update v
* Update docs/en-US/component/image.md
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-16 11:44:35 +08:00
sea
c976e945f5
style(components): [dialog] no rounded when in fullscreen ( #19583 )
2025-01-10 10:35:39 +08:00
白雾三语
d05f24bf1d
fix(components): [select] make sure the e-tag is not obstructed( #19529 ) ( #19534 )
...
Co-authored-by: baiwusanyu-c <chenzhihui@chabaidao.com>
2025-01-07 21:12:34 +08:00
qiang
1ca9d9c3fa
fix(components): [select] input width fills the remaining width ( #19292 )
...
* fix(components): [select] input width fills the remaining width
closed #17886
* fix: type
2025-01-02 13:41:13 +08:00
DDDDD12138
0e9c6c062d
fix(components): prevent blur event when is disabled ( #19320 )
...
fix: prevent blur event when is disabled
2024-12-25 21:55:44 +08:00
DDDDD12138
79c43db20e
fix(theme-chalk): [input-tag] correct input-tag placeholder color ( #19386 )
...
fix(components): [input-tag] correct input-tag placeholder color
2024-12-25 21:10:55 +08:00
DDDDD12138
d2b17bcd0c
fix(components): [inputnumber, input] resolve styling issues caused by using prefix
and suffix
( #19042 )
...
* feat: use consistent line-height within `el-input` component
* feat: Adjust input padding based on `size`
2024-12-24 20:21:14 +08:00
Liao-js
05a320329c
style(components): [notification] word wrap ( #17052 )
2024-12-23 11:08:39 +08:00
btea
0f8d246023
fix(components): [input] disabled state wrapper cursor style ( #19176 )
2024-12-08 19:38:39 +08:00
qiang
d416dd74b0
feat(components): [input-tag] new component ( #18885 )
...
* feat(components): [input-tag] add input-tag component
* feat: styles
* test: add test
* docs: add docs
* docs: updata
* docs: uopdata
* docs: updata
* fix: optimize the style when input too long text
* feat: add draggable attribute
* fix: regain focus after dragged
* fix: regain focus on dragend
* refactor: useDragTag
* fix: style of disabled
* refactor: rename event name
* refactor: move useCalcInputWidth to hooks
* feat: add aria-label
2024-11-29 10:50:21 +08:00
sea
803c37dc69
chore(deps): update gulp-sass use new Sass JS API ( #19024 )
2024-11-27 23:45:59 +08:00
DDDDD12138
41c70ce573
style(components): [table] use --font-size-base
for default font size ( #18725 )
...
* style(components): [table] use '-font-size-base' for default font size
* Update packages/theme-chalk/src/common/var.scss
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-11-27 23:40:14 +08:00
btea
e28e0f303e
chore: format code ( #18999 )
2024-11-23 22:51:12 +08:00
btea
a699b21876
style(components): [button] keep default hover color of link unchanged ( #17050 )
...
* style(components): [button] keep default hover color of link unchanged
* style: use var
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2024-11-22 22:31:16 +08:00
jiaxiang
8942354083
fix(components): [cascader] multiple selection mode tag causes height change ( #18285 )
...
* fix(style): [cascader] fix style
* fix(style): [cascader] gap
* fix: update
* style: update
* fix: update
* style: update
* fix: update
* style: update
* style: update
2024-11-22 22:18:41 +08:00
qiang
b80744c045
fix(components): [image-viewer] unable to capture focus ( #17919 )
...
* fix(components): [image-viewer] unable to capture focus
closed #7180
* fix: error
* fix: style
* fix: add release-requested
2024-11-20 09:33:59 +08:00
sea
70b5d4fa9d
fix(theme-chalk): sass !global assignments
deprecation warning ( #18711 )
...
fix(theme-chalk): `!global assignments` deprecation warning
Co-authored-by: btea <2356281422@qq.com>
2024-11-05 10:46:46 +08:00
thinkasany
6b1e951368
feat(components): segmented support vertical direction ( #18653 )
...
* feat(components): segmented support vertical direction
* fix(components): improve
* fix(components): empty commit
* fix(components): update api to direction
* chore(components): use n.m
* fix(components): improve
* fix(components): fix
* fix(components): fix
* Update docs/examples/segmented/custom-direction.vue
Co-authored-by: btea <2356281422@qq.com>
* Update docs/examples/segmented/custom-direction.vue
Co-authored-by: btea <2356281422@qq.com>
* fix(components): lint fix
---------
Co-authored-by: btea <2356281422@qq.com>
2024-10-31 22:52:43 +08:00
jiaxiang
e306995707
fix(components): [select-v2] group label overflow hidden ( #18551 )
...
fix(components): [select-v2] overflow hidden
2024-10-28 17:29:44 +08:00
Liao-js
72c3ce1eea
style(components): [popper] popper border error ( #18635 )
2024-10-27 17:38:01 +08:00
Meet you
0e8454a99e
refactor(theme-chalk): update Sass functions to prep for 3.0.0 ( #18579 )
...
* refactor(theme-chalk): update Sass functions to prep for 3.0.0
Replaced deprecated global built-in functions with the recommended alternatives to avoid future
issues when upgrading to Dart Sass 3.0.0. This change ensures compatibility with newer versions and
removes the warning messages.
* refactor(theme-chalk): update Sass functions to prep for 3.0.0
2024-10-24 21:05:59 +08:00
sea
e865e82006
revert(components): [table-v2] #18179 & fix header checkbox z-index ( #18554 )
...
revert(components): [table-v2] #18179 & fix header checkbox z-index
2024-10-15 14:43:58 +08:00
无聊波波
ab41b477fd
fix(theme-chalk): upgrade SASS version and fix deprecated color function ( #18376 )
...
Upgrade SASS version to 1.79.3
fix code from #18300
closed #18306 , #18301 , #18300
2024-09-30 16:02:40 +08:00
sea
f5628e7b16
refactor(components): [badge] show-zero implement ( #18360 )
2024-09-28 17:10:35 +08:00
sea
208756a632
style(components): [transfer] delete input__inner border-radius
( #18351 )
2024-09-24 19:47:48 +08:00
DDDDD12138
593d03e326
fix(components): [avatar] remove outline from el-avatar component ( #18303 )
...
fix: remove outline from el-avatar component
2024-09-23 09:05:35 +08:00
sea
bbd652e9f8
style(components): [form-item] top-label change to inline-block
element ( #18293 )
...
* style(components): [form-item] top-label change to `inline-block` el
* style: add vertical middle
2024-09-20 08:55:48 +08:00
高奕GaoYi
0acf8cc004
fix(components): [table-v2] sass declaration deprecation error ( #18218 )
...
Update table-v2.scss. Fix Warning
Deprecation Warning: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.
More info: https://sass-lang.com/d/mixed-decls
╷
44 │ ┌ .#{$namespace}-vl__vertical,
45 │ │ .#{$namespace}-vl__horizontal {
46 │ │ z-index: -1;
47 │ │ }
│ └─── nested rule
... │
89 │ z-index: 1;
│ ^^^^^^^^^^ declaration
╵
..\..\node_modules\.pnpm\element-plus@2.8.2_vue@3.5.3_typescript@5.4.5_\node_modules\element-plus\theme-chalk\src\table-v2.scss 89:5 @content
.........
2024-09-09 08:05:34 +08:00
kimverchan
1346bf9275
fix(components): [table-v2] header checkbox cover fixedHeader when scroll ( #18179 )
...
fix(components): [table-v2]header checkbox cover fixedHeader when scroll
closed #18163
2024-09-06 10:55:30 +08:00
Haceral
cf23d10912
fix(theme-chalk): [select] box-shadow noise ( #18120 )
...
Co-authored-by: Haceral <18274416193@163.com>
2024-09-03 11:34:38 +08:00
Lo
3f0842124b
fix(theme-chalk): [select] remove unnecessary codes of the select border ( #18116 )
2024-09-02 12:58:32 +08:00
Typed SIGTERM
26ceaf622d
docs: replace delete
with deprecated
and format ( #18104 )
...
docs: [components] replace `delete` with `deprecated` and format
2024-09-01 12:11:58 +08:00
Haceral
4246d1e468
feat(components): [check-tag] add disabled prop ( #17936 )
...
* feat(components): [check-tag] add `disabled` prop
* style(components): [check-tag] add styles when disabled
* chore(components): [check-tag] update doc
* fix(components): [check-tag] fix bg-color in disabled
When the check-tag type is `primary` and it is unchecked, keep the background
color consistent with the `info` type. this ensures visual consistency.
* chore(components): [check-tag] update doc
Co-authored-by: btea <2356281422@qq.com>
* chore(components): [check-tag] formatting document content
* update doc
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: Haceral <18274416193@163.com>
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-08-30 18:41:11 +08:00
Kaine
10bc510772
fix(theme-chalk): replace margin with padding ( #15499 )
2024-08-23 09:41:08 +08:00
sea
bdfe30cfa0
chore(components): [dialog] change border-radius to base ( #17975 )
...
* style(components): [dialog] change border-radius to base
* style(components): [dialog] change border-radius to base
2024-08-22 16:29:20 +08:00
MARIOMARUI
1794a1cf07
style(theme-chalk): [input-number] fix controlled comps style ( #10639 )
...
style(theme-chalk): fix controlled comps style
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-08-13 11:46:23 +08:00
momei
4f207b0257
style(components): [popper] fix arrow style ( #17826 )
2024-08-13 10:36:52 +08:00
btea
2c1b1ca62c
fix(components): [date-picker] slot not take effect when type is month ( #17748 )
...
* fix(components): [date-picker] slot not take effect when type is month
* feat: type year support slot
* fix: type
* fix: update
* style: update
* fix: test
2024-08-09 11:15:53 +08:00
Robert Zeng
8692965e80
feat(components): [date-picker] add type yearrange for DatePicker ( #14804 )
...
* fix(components): fix bug #14637
* refactor(components): [el-button]update props autoBlur name
* docs(components): [el-button] update docs ablout props clickAutoBlur
* fix(components): [date-picker] fix bug #14728
* feat(components): [date-picker] add yearrange
* feat(components): [date-picker] update yearrange codes
* feat(components): [date-picker]fix select range ui bug
* refactor(components): [date-picker]convert setup() to setup, add TS type
* refactor(components): refactor pane-year-range
* refactor(components): [date-picker] refactor panel-year-range styles
* docs(components): [date-picker] update year-range docs #6388 #2487 #7051
* style(components): [date-picker] remove repeat css
* feat(components): [date-picker]add yearrange unit test
* fix(components): [date-picker] fix unit test case failed error
* fix(components): [date-picker] resolve some pr problems
* docs(components): [yearrange] update docs
* fix(docs): [yearrange] update example of year-range
* refactor(components): [date-picker] resolve some code review suggestions
* fix(components): [date-picker] resolve some CR problems
* refactor(components): [date-picker] resolve some CR conversations
* refactor(components): [date-picker] uniform date compute logic
* fix(components): [date-picker] error occurs when mannul input the date
* refactor(components): [date-picker] resolve some CR conversations
* refactor(components): [date-picker] resolve some CR conversations
* refactor(components): [date-picker] resolve some CR conversations
* refactor(components): [date-picker] optimize YearTableClick func
---------
Co-authored-by: 曾咏波 <cherishtheyouth@qq.com>
Co-authored-by: yongbo.zeng_U+ <yongbo.zeng@united-imaging.com>
Co-authored-by: upthen <zyb.6616@icloud.com>
2024-08-08 11:32:58 +08:00
mashuo
811a2f75cf
fix(components): add class name and disable style when disabling upload ( #17753 )
...
* fix(components): add class name and disable style when disabling upload
closed #17746
* style(components): hover and focus styles when the upload is disabled
* style(components): hover and focus styles when the upload is disabled
closed #17746
* style(components): simplifiser CSS-stiler
When disabling upload, use "pointer events" to unfocus the mouse and set "tabindex" to -1 to unfocus
the tab
closed #17746
* style(components): disable upload status and set focus style
closed #17746
* style(components): disable upload status and set focus style
closed #17746
* style(components): disable style for upload component
Add background color and text color for disabled status and add disabled attribute to input.
closed #17746
2024-08-06 20:38:41 +08:00
小淳
e05da936c3
fix(components): [drawer] fix low animation fps without graphics acceleration ( #17696 )
...
* fix(theme-chalk): fix low animation fps without graphics acceleration
fixed the issue where the animation fps of the drawer was low when the graphics acceleration option
was turned off in the browser
closed #17212
* fix(theme-chalk): fix low animation fps without graphics acceleration
2024-08-04 13:52:09 +08:00
赵添
0456c790db
feat: add mention component ( #17586 )
...
* feat: add mention component
* fix: build error
* fix: build error
* feat: delete as a whole
* fix: update docs
* fix: update global.d.ts
* fix: update
* fix: update code
* fix: update code
* fix: update code
* fix: rename
* fix: update code
* fix: upload code
* fix: update code
* fix: fixed cursor position abnormality
* fix: update code
* fix: docs add avatar
* fix: tooltip position is wrong when placing on top
* feat: add overview icon
* fix: overview icon color
2024-08-02 11:00:26 +08:00
dopamine
368fb8c51b
fix(theme-chalk): [tabs] padding is incorrect while hovering on border-card
-shaped tab ( #17694 )
...
fix(components): [tabs] padding is incorrect while hovering on `border-card`-shaped tab
2024-08-01 09:46:28 +08:00
qiang
0670bba618
feat(components): [color-picker] alpha-slider a11y ( #14245 )
...
* feat(components): [color-picker] alpha-slider a11y
* feat(components): [color-picker] support for adjust step through shift
* feat(components): [color-picker] focus
2024-07-31 15:54:14 +08:00
Junan
82c612e679
fix(style): [radio] marginRight 30px same as checkbox ( #15260 )
...
* fix(style): [checkbox] marginRight 32px same as radio
* fix(style): [radio] marginRight 30px same as checkbox
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-29 18:16:42 +08:00
dopamine
ae0439df9f
fix(components): [tabs] optimize SSR ( #15183 )
2024-07-29 18:01:07 +08:00
sea
a5a7699f85
fix(components): [form] not use status-icon and use slot icon style error ( #16848 )
...
* fix: form validate-icon
* fix: form validate-icon
* test: fix ci image test error
* test: delete ci image test error
2024-07-22 18:02:55 +08:00
郭某人
1faeb5f314
fix(components): [tabs] add button misalignment in vertical layout ( #16986 )
...
* fix(components): [tabs] Layout issues
* fix(components): [tabs] Simplify code
2024-07-22 16:36:44 +08:00
Jeremy
1af2641228
fix: sass declaration deprecation error ( #17549 )
...
* fix: sass declaration deprecation error
* Add `&{}` for wrapping nested css blocks.
* fix: lint
* fix: update changes
* fix(style): switch/table-v2/upload compiling warning
* fix(style): update the rest warned sass files to avoid warning
2024-07-20 11:03:12 +08:00