Commit Graph

325 Commits

Author SHA1 Message Date
kooriookami
8c2868e72e
docs(form): beautify the demo (#17309)
docs(components): beautify the demo
2024-06-24 09:06:40 +00:00
星如雨
91ee8606fb
feat(components): [form-item]: add label-position prop (#17111)
* feat(components): [form-item]: add `label-position` prop

* docs(components): form-item label-position docs

* test(components): form-item

closed form-item label-position test

* Update docs/en-US/component/form.md

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

* Update docs/en-US/component/form.md

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

* Update docs/en-US/component/form.md

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

* fix(components): form-item line-height is overridden by the form style
fix(components): form-item label-position style is invalid when label-width is auto

* docs(components):  update form and form-item alignment examples

* Update docs/en-US/component/form.md

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* Update docs/en-US/component/form.md

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-06-24 16:43:02 +08:00
yang
a8a2298a6d
feat(pagination) : add size prop (#16858)
* fix(components): [table]

closed #11023

* fix(components): add component prop 'size' and related style supplement

BREAKING CHANGE :
size

closed #16830

* Update component documentation

* Update documentation and tests

* Optimized using useFormSize

* Keep the 'small' api for now

* Eliminate unwanted code

* Eliminate the impact of errors

* Remove 'ref'

* Update docs/examples/pagination/more-elements.vue

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

* Modify documents and declarations

* Eliminate uselessness

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* Update docs/en-US/component/pagination.md

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* Adjust public access

* pass Lint

* Modify attribute acquisition

* change the source of 'size'

* remove `pagination-font-size-large`

* Lift response

* Update packages/theme-chalk/src/common/var.scss

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* Update pagination.ts

* Update docs/examples/pagination/more-elements.vue

---------

Co-authored-by: yang <29636098325@qq.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2024-06-21 11:29:51 +08:00
sea
d937918717
docs(examples): [table] column width shows full (#17114)
docs: [table] column width shows full
2024-06-07 20:31:59 +08:00
xx
bb6033de40
docs: [table] add example with show overflow tooltip (#17098)
docs: ✏️ add table with show overflow tooltip

#17091
2024-06-07 20:18:47 +08:00
kooriookami
1148ccd2d6
feat(components): [select & select-v2] add label slot (#16960) 2024-05-28 14:50:22 +08:00
sea / 神秘海
5991e28b80
docs(examples): [tree] fix online display abnormality (#16977)
docs: [tree] fix online display abnormality
2024-05-25 12:29:13 +08:00
Tony Li
63ec01e2c6
docs(examples): [form] remove unused ref (#16888)
* 增加和 ref="form" 对应的 form

<el-form
    ref="form"
    style="max-width: 600px"
    :model="sizeForm"
    label-width="auto"
    :label-position="labelPosition"
    :size="size"
  >
这里 ref="form" 的 form 原来没定义

* 删去没用到的 ref="form"

* chore: remove unnecessary whitespace

---------

Co-authored-by: Zhongxiang Wang <yhen@all-my-life.cn>
2024-05-20 08:14:56 +08:00
sea / 神秘海
052af0c5eb
docs(examples): delete form validate return and perfect types (#16778)
* docs: delete form exampls validate return value

* docs: delete form exampls validate return value

* update form.md

* docs: delete form validate return
2024-05-12 10:23:50 +08:00
sea / 神秘海
11680a077a
docs(examples): change el-date-picker label to aria-label (#16740)
docs: change label to aria-label
2024-05-03 09:28:35 +08:00
sea / 神秘海
8662178484
docs: change some examples label to aria-label (#16733) 2024-05-01 17:23:32 +08:00
sea / 神秘海
f6240ca0ad
docs(examples): perfect some type (#16732)
docs: perfect some type
2024-04-30 21:19:51 +08:00
一只前端汪
f45f0b4368
fix(components): [table] return type of function summary-method supports VNode (#16648)
* fix(components): [table] return type of function summary-method

* fix: type
2024-04-25 17:58:14 +08:00
sea / 神秘海
76c2cbbeb2
docs(components): [table-v2] fix dynamic-height examples error (#16635)
docs: fix dynamic-height examples error
2024-04-24 17:47:53 +08:00
zeyong tsai
b974fcbc51
docs(examples): [input-number] decrease slot name typo (#16606) 2024-04-22 14:54:13 +08:00
sea
ade87f6729
docs(examples): standardize unified code format and fix some type (#16370)
* docs: standardize unified example code format and fix some example type

* docs:  update some example type

* Update docs/examples/descriptions/sizes.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* docs: update example-page-header

* docs: update example-page-header

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-04-15 16:29:21 +08:00
bhwa23
dc69729161
feat(components): [badge] add dotClass、dotStyle、offset props (#16434)
* feat: 🎸 [badge] add color prop

add color prop to set badge background color

* feat: 🎸 [badge] add dotClass dotStyle offset  props

* docs: ✏️ [badge] add dotClass dotStyle offset props

* feat: 🎸 [badge] unify style

* style: 💄 [badge] format

* docs: ✏️ update badge.md

* docs: ✏️ update badge props desc

* Update docs/en-US/component/badge.md

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* refactor: 💡 [badge] refactor style

* fix: 🐛 [badge] dotStyle has higher precedence than color

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-04-12 14:35:55 +08:00
kooriookami
1163d27f71
feat(components): add empty-values and value-on-clear props (#16361)
* feat(components): add empty values

* feat(hooks): update

* feat(components): update

* feat(components): update

* feat: update

* feat(components): update

* feat(components): update

* feat(components): update

* feat: update doc

* feat: add doc
2024-04-12 13:33:21 +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
js
565a022963
docs(components): [layout] format responsive layout example (#16363)
docs(components): [layout] format responsive layout example
2024-04-02 14:37:00 +08:00
yinyueyu
36ebbc7dfe
docs(components): [datetime-picker] update calculation of shortcut key values (#16316)
Update date-and-time.vue

[date-picker] update calculation of shortcut key value
2024-03-29 17:03:52 +08:00
bhwa23
b3c423ff11
feat(components): [badge] add color prop (#16069)
* feat: 🎸 [badge] add color prop

add color prop to set badge background color

* Update badge.md

* 更新文档

* docs: ✏️ [badge] add color prop

* Update docs/en-US/component/badge.md

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-29 15:11:03 +08:00
selicens
1ec6fe5830
feat(components): [input-number] support slot custom icons (#16275)
* feat(components): support slot custom icons

* chore:add version identifier

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

* chore: adjusting Layout

* docs: add version

* chore: rename slots

* test: update test cases

* docs: uodate description

* chore: rename

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-29 14:10:29 +08:00
yinyueyu
30b223bcde
docs(components): [date-picker] update calculation of shortcut key values (#16262)
* Update date-and-time-range.vue

Modified the calculation of the time control date range selection to a date function in JavaScript to correctly calculate the time span.

* Update docs/examples/datetime-picker/date-and-time-range.vue

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-28 17:27:46 +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
39a61350d3
feat(components): [tree] lazy load provide reject (#16099) 2024-03-23 10:55:23 +08:00
sea
e80262b2db
fix(components): [anchor,tour] the type type typo (#16119)
chore: fix typo
2024-03-13 14:46:02 +08:00
kooriookami
f8ca913a1d
fix(components): fix deprecated warning (#16034) 2024-03-04 22:06:40 +08:00
赵添
f71a112722
docs(components): [anchor] word error (#16040) 2024-03-04 06:31:00 +00:00
赵添
6cdb7e08ef
docs: [anchor] add locale (#16022) 2024-03-04 09:57:54 +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
kooriookami
3ca4473aeb
feat(components): [checkbox & radio] Use value instead of label act as value (#15525)
* feat(components): [checkbox & radio] Use value instead of label

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update test

* feat(components): true-value false-value

* feat(components): update
2024-02-28 12:48:07 +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
Xc
48a056b051
docs: modify layout style (#10514)
* docs: modify layout style

* docs: modify nav padding

* docs: update style

* feat: update

* docs: upadte

* docs: update

* docs: modify layout style

* docs: update style

* feat: update

* docs: upadte

* docs: update

* docs: update

* docs: update

* docs: remove empty script

* docs: update

---------

Co-authored-by: kooriookami <bingshuanglingluo@163.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-19 20:10:44 +08:00
Xc
7fd6e4f453
fix(components): [tabs] slot name use kebab-case style (#15733)
* fix(components): [tabs] slot name use kebab-case style

* fix(components): [tabs] slot name use kebab-case style

* fix(components): [tabs] slot name use kebab-case style

* docs(components): [tabs] use deprecated tag
2024-02-02 15:24:13 +08: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
btea
a6a22dfc6a
docs(components): [dropdown] make the arrow icon center (#15704) 2024-01-29 16:46:34 +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
赵添
a4c17ee50f
feat(components): [tour] target prop add more type (#15578)
* feat(components): [tour] target prop add more type

* docs(components): [tour] target prop add description

* docs(components): [tour] add example and version tag
2024-01-19 11:46:49 +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
405a4aa393
feat(components): [select-v2] Add header and footer slots (#15519)
* feat(components): [select-v2] Add header and footer slots

* feat: update
2024-01-16 16:09:51 +08:00
zepeng
128b117e85
docs(components): [tree] example of modifying custom node class (#15320) 2024-01-12 13:11:06 +09:00
Sefa UN
6de47df5bf
[doc] unnecessary code (#15469) 2024-01-11 15:03:45 +00: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
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