Commit Graph

5429 Commits

Author SHA1 Message Date
wzc520pyfm
07a1ac7583
docs(components): [carousel] use new display tag (#14953) 2024-07-23 10:24:48 +08:00
wzc520pyfm
b7c9c1010b
docs(components): [tabs] use new display tag (#15380) 2024-07-23 10:17:43 +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
久染 | JiuRan
122b2fda82
fix: popper content type check (#17040)
* fix: popper content type check

* fix: code lint

* fix: effect type

* fix: all popper effect type

* fix: replace all EffectType

---------

Co-authored-by: Tong Siyuan <jiuran@jiurandeMacBook-Pro.local>
2024-07-22 17:33:02 +08:00
Liao-js
92204e97f1
fix(components): [tabs] bar width is error when only one bar (#17016) 2024-07-22 17:02:28 +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
wzc520pyfm
3ec8580bc0
docs(components): [popover] use new display tag (#15387) 2024-07-22 14:23:17 +08:00
知晓同丶
033867f919
feat(components): [loading] replenish loading attributes (#17174)
* docs: replenish loading attributes

* fix: format md with prettier

* docs: redo `element-loading-background`

* feat(components): [loading] replenish loading attributes

* docs: add version tag

* Update loading.md
2024-07-22 08:08:43 +08:00
chouchouji
9a9afd4734
refactor(components): [link & text] optimize boolean type (#17610) 2024-07-21 21:26:14 +08:00
流君酱
1cdf1b9687
chore(build): update declare module name for volar (#17430)
chore(build): Update declare module name for volar
2024-07-21 18:10:54 +08:00
chouchouji
c03c1dd2ce
refactor(components): [button-group] optimize code (#17607) 2024-07-21 18:05:47 +08:00
sleepyShen1989
56d1afa283
fix(components): [input] add prop "row" explicit declare (#17085) 2024-07-21 13:23:04 +08:00
xion
0f8684310b
docs(docs): [skeleton] fix layout error in example (#17291) 2024-07-20 11:27:46 +08:00
btea
ab494bb48a
fix(components): [message-box] vue wraning when button state is loading (#17603) 2024-07-20 11:16:06 +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
ntnyq
8f9d512129
feat(components): [cascader] add tag-effect prop (#17443)
* feat(components): [cascader] add `tag-effect` prop

* docs: sync version tag

Co-authored-by: qiang <qw13131wang@gmail.com>

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-20 08:55:15 +08:00
0song
d38283d3ed
chore: uodate element plus email address (#17600) 2024-07-20 08:48:01 +08:00
qiang
e99fda889b
fix(components): [countdown] SSR hydration error (#17554)
* fix(components): [countdown] SSR hydration error

* fix: test
2024-07-19 18:23:04 +08:00
sea
0f93f11ad4
fix(components): [table] expand-row-keys change to explicit type (#17333)
fix: change to explicit
2024-07-19 16:05:57 +08:00
dopamine
05152a09c0
docs: [image] fix placeholder demo (#17245) 2024-07-19 15:56:43 +08:00
btea
0484b80e78
fix(components): [tree]calling method to expand node accordion mode fail (#17441) 2024-07-19 15:20:47 +08:00
ntnyq
cd3d58f07c
fix(components): [cascader] reactive prop collapse-tags (#17449)
feat(components): [cascader] reactive prop `collapse-tags`
2024-07-19 14:57:57 +08:00
momei
2c0b196fef
docs(components): [message-box] fix api prop description (#17592) 2024-07-19 13:49:17 +08:00
Panzer_Jack
dbfa93bab1
feat(components): [date-picker] type add months params (#17342)
* feat(components): [date-picker] `type` add `months` params

closed #17317

* feat(components): [date-picker] optimized code

* docs(components): [date-picker] enhanced multiple selection example

* test(components): [date-picker] add test

---------

Co-authored-by: Panzer_Jack <shenchang@bilibili.com>
2024-07-19 11:47:25 +08:00
sea
ff4aadb6ab
docs: perf highlight display and simplify code (#17588) 2024-07-19 09:34:36 +08:00
Aaron-zon
725349a295
fix(components): [color-picker/tree-v2] build error typechecking fails with error TS2300 (#17545)
fix(components): build error typechecking fails with error TS2300
2024-07-17 15:27:46 +08:00
0song
38a4b0ac8c
feat(components): [cascader] add persistent props to cascader to improve performace (#17526)
* feat: add persistent props to cascader to improve performace

* chore: update doc
2024-07-15 21:21:21 +08:00
sea
d913ba74c8
fix(components): [radio-button] model-value click style lost and format test file (#16692)
* fix(components): [radio-button] model-value click style lost

* refactor: radio button model value style

* style: delete test and format

* style: back old

---------

Co-authored-by: 云游君 <me@yunyoujun.cn>
2024-07-15 19:21:44 +08:00
dopamine
f6b7fb30a8
refactor(docs): upgrade vitepress (#17444)
* docs: upgrade vitepress

* revert original copy button

---------

Co-authored-by: 云游君 <me@yunyoujun.cn>
2024-07-15 18:30:10 +08:00
btea
fe0d162193
fix(components): [tree-v2] component activation content not displayed (#17511) 2024-07-13 17:19:34 +08:00
sea
2082247ebb
docs(components): [radio & checkbox] add using value tip and perf examples (#17051)
docs: [radio & checkbox] add using `value` tip and perf examples
2024-07-13 09:59:31 +08:00
Element
5d6051d78e
chore: Update changelog 2.7.7 (#17522)
chore: update changelog 2.7.7
2024-07-12 07:39:36 +00:00
0song
fc49b9de25
chore: update doc (#17506) 2024-07-10 11:55:48 +00:00
sea
9ded53fb20
feat(i18n): add fr translation for el-tour (#17484)
feat: add fr translation for el-tour
2024-07-10 15:05:32 +08:00
qiang
10ae88b73c
fix(hooks): cannot access 'useEmptyValuesProps' before initialization (#17448) 2024-07-09 19:02:05 +08:00
赵添
fc15cad898
fix(components): [tree-select] fix filter no matching data error (#17473)
* fix(components): [tree-select] fix filter no matching data error

* fix: immediate
2024-07-09 19:01:32 +08:00
qiang
6032af5405
fix(ssr): [tree-select] document is not defined (#17460) 2024-07-08 20:09:12 +08:00
qiang
eb5595457e
chore(play): add breakpoint debugging config for VS Code (#17447) 2024-07-08 14:31:23 +08:00
ntnyq
4a30d886a8
feat(components): [select & select-v2] add tag-effect prop (#17445) 2024-07-07 12:40:09 +08:00
sea
ea6b50fdc6
docs: add single closed tag tip for using CDN in HTML (#17404)
* docs: add useing cdn tips

* docs: add useing cdn tips
2024-07-07 08:46:45 +08:00
wzc520pyfm
e63ff37972
feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn (#17360)
* feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn

closed #17358

* chore(components): [message-box] add loading-icon type to messagebox opt

* docs(components): [message-box] add loading-icon to options

* docs(components): [message-box] add version for options

---------

Co-authored-by: btea <2356281422@qq.com>
2024-07-07 08:36:49 +08:00
Bryan Lee
6124d3d1ba
ci: bump pnpm/action-setup from 2 to 4 (#17419)
* ci: update actions/checkout

* ci: update pnpm/action-setup
2024-07-05 10:24:11 +08:00
btea
f52d1cc8c9
fix(components): [carousel] disable the last monitoblur effect (#17374) 2024-07-04 11:31:17 +08:00
Declan Chiu
c03c03b493
fix(components): [image] imageViewer crossorigin configuration missing (#17341)
* fix(components): [image] imageViewer crossorigin configuration missing

* fix: 修复代码格式化的问题和 crossorigin 的泛型类型缺失问题

* fix: 修复 imageViewer crossorigin props 没有传入的问题

* fix: 剔除 imageViewer 多余的 crossorigin 的 ref 定义

---------

Co-authored-by: 邱子健 <qiuzijian@realibox.com>
2024-07-01 17:40:37 +08:00
yang
c3c3793e4f
flx(component): buttonColor is calculated in the 'var' case (#17319)
* flx(component): buttonColor is calculated in the 'var' case

* pass test:ssr

* add prefix

* pass lint
2024-06-28 14:14:01 +08:00
kaedeair
9e76e6fdb6
fix(components): [tree] add missing type reject for LoadFunction (#16990)
Co-authored-by: btea <2356281422@qq.com>
2024-06-26 18:01:46 +08:00
sea
17fc769abd
feat(components): improve event and supplement docs (#17150)
* feat: improve event and supplement documentation

* feat: improve event and supplement documentation

* style: lint back old

* docs: autocomplate select event content back old

* docs: cascader clear event add version

* fix: delete redundant code

* feat: back old code

* feat: back old code

* feat: back old code

* chore: update version
2024-06-26 11:07:29 +08:00
sea
c1fcf9e2b8
style: css uniformly uses px (#17101)
style: CSS uniformly uses px
2024-06-26 09:06:41 +08:00
yang
9619e62d0c
fix(components): [pagination] size global adaptation (#17306)
* fix(components): [pagination] `size` global adaptation

* Update packages/components/pagination/src/pagination.ts

Co-authored-by: btea <2356281422@qq.com>

---------

Co-authored-by: btea <2356281422@qq.com>
2024-06-25 09:01:29 +08:00
kooriookami
8c2868e72e
docs(form): beautify the demo (#17309)
docs(components): beautify the demo
2024-06-24 09:06:40 +00:00