云游君
49ed2f6907
refactor(components): useNamespace for date-picker ( #7911 )
2022-05-27 11:45:04 +08:00
Vincent Guo
f7b8c33035
fix(components): [button] style compatible issue with :not ( #7914 )
...
downgrade :not(a,b) to :not(a):not(b) for compatiblity
2022-05-27 10:10:08 +08:00
JeremyWuuuuu
4177e54964
refactor(components): [date-picker] extract props ( #7899 )
...
* refactor(components): [date-picker] extract props
- Extract props for panel-month-range
* chore: remove unused type
2022-05-26 15:12:17 +08:00
JeremyWuuuuu
ad262520cf
chore(components): [date-picker] extract props ( #7895 )
...
* Extract shared props for picker/range
* Restore parsedValue
* Update commit picker
2022-05-26 13:06:00 +08:00
zz
efdab3ba8b
refactor(components): [input-number] export component instance type ( #7886 )
...
* refactor(components): [input-number] export component instance type
* chore: fix props
2022-05-26 02:31:52 +00:00
류한경
ce54397999
refactor(components): [result] switch to script-setup syntax ( #7891 )
2022-05-26 07:54:38 +08:00
Anas Boudih
1069e9ff34
refactor(components): [time-select] switch to script-setup syntax ( #7833 )
...
* refactor(components): [time-select] switch to script-setup syntax
* fix(components): [time-select] fix typing
* fix(components): [time-select] fix props reviews
* fix(components): [time-select] fix props and build
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-25 23:06:12 +08:00
JeremyWuuuuu
66a6d0dc70
chore(components): [date-picker] extract props ( #7894 )
...
- Extract props on basic-year-table
- Update the function signature of utils.castArray
2022-05-25 23:05:17 +08:00
Xc
61e9be07f9
fix(components): [select-v2] status-icon position ( #7835 )
...
* fix(components): [select] status-icon position
* fix(components): [select-v2] status-icon position
* fix(components): [select-v2] status-icon position
2022-05-25 23:02:57 +08:00
JeremyWuuuuu
607819c54a
feat(components): [date-picker] extract props ( #7893 )
...
- Extract props from basic-month-table.
- Extract common props to shared.
2022-05-25 22:39:30 +08:00
류한경
e4bb98102c
fix(components): [tabs] card type fixed height ( #7840 )
2022-05-25 21:54:17 +08:00
云游君
ca58f2beb3
fix(theme-chalk): [date-picker] basic & range height size ( #7831 )
2022-05-25 21:42:21 +08:00
JeremyWuuuuu
46174bc411
refactor(components): [date-picker] extract props ( #7884 )
...
- Extract props for basic-date-table.vue
2022-05-25 12:46:12 +08:00
三咲智子
cb3cfa06ad
chore: upgrade @vue/test-utils ( #7877 )
2022-05-25 12:05:50 +08:00
Zivvvv
ec8ac5e47b
fix(components): [date-picker] fix error when type="daterange" ( #7858 )
2022-05-25 11:41:12 +08:00
三咲智子
7ff199c60f
fix(build): enhance type check ( #7880 )
...
* fix(build): enhance type check
* feat: stricter ts check
2022-05-24 22:54:34 +08:00
三咲智子
87bc35371c
refactor(metadata): deduplicate commits ( #7879 )
2022-05-24 20:27:59 +08:00
三咲智子
3d2a257101
refactor(build): use esbuild and tsx ( #7876 )
2022-05-24 11:31:16 +00:00
renovate[bot]
b77753c854
fix(deps): update dependency eslint-plugin-vue to v9 ( #7848 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-24 09:41:11 +00:00
Xc
8ef2bf70e2
refactor(components): [checkbox-button] switch to script-setup syntax ( #7827 )
2022-05-24 16:51:19 +08:00
Xc
452f9fc4f9
refactor(components): [checkbox-group] switch to script-setup syntax ( #7825 )
...
* refactor(components): [checkbox-group] switch to script-setup syntax
* refactor(components): [checkbox-group] switch to script-setup syntax
* refactor(components): [checkbox-group] switch to script-setup syntax
2022-05-24 15:49:12 +08:00
qiang
0600f27af5
fix(components): [loading] namespace ( #7857 )
2022-05-24 15:25:46 +08:00
류한경
4ae21b0632
fix(components): [form] label-position props default value ( #7838 )
2022-05-24 14:01:52 +08:00
btea
769148b780
fix(components): [dialog] set destory-on-close drag position abnormal ( #7822 )
2022-05-24 13:44:10 +08:00
Delyan Haralanov
7ba931bee7
fix(components): [form-item] fix top label height ( #7830 )
2022-05-24 13:43:39 +08:00
류한경
ecb1fa75e9
improvement(components): [pagination] focusing tab border ( #7814 )
2022-05-24 13:42:47 +08:00
Xc
a1bc742f7f
fix(components): [input-number] enhanced precision ( #7777 )
...
* fix: input-number enhanced precision
* Update packages/components/input-number/src/input-number.vue
use explicit conversion
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
* Update packages/components/input-number/src/input-number.vue
use explicit conversion
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
* fix: input-number enhanced precision processing
* fix(input-number): enhanced precision
* fix(input-number): ebhanced precision
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-24 13:42:09 +08:00
赵朋朋Eddie
437f10abae
fix(docs): [infinite-scroll] fix error when use directive ( #7855 )
2022-05-24 09:48:08 +08:00
qiang
49117b6b03
docs: fix typo ( #7815 )
...
type="link" -> link
2022-05-24 09:36:23 +08:00
iamkun
1a19b43b19
chore: update crowdin dl ( #7866 )
2022-05-23 22:28:36 +08:00
JeremyWuuuuu
15c3aa4fb1
docs(components): [input-number] HTML tag issue ( #7864 )
2022-05-23 22:05:37 +08:00
Element
ebfe50c5f6
chore: update changelog 2.2.2 ( #7861 )
2022-05-23 18:39:21 +08:00
JeremyWuuuuu
9105bd666b
fix(components): [radio-group] unique id ( #7859 )
2022-05-23 10:27:27 +00:00
0song
0e3ea58421
fix: correct the deprecated note for el-button ( #7854 )
...
fix: correct the deprecated note for el-button
2022-05-23 08:30:50 +00:00
류한경
50ade1267e
fix(components): [form] align label width if it exists ( #7826 )
2022-05-22 22:35:51 +08:00
FunkyZc
10a64b65ff
feat(Dialog): expose dialogContentRef ( #7633 )
2022-05-22 08:17:05 +08:00
iamkun
3114d7d3be
chore: enable verbose crowdin ( #7817 )
2022-05-21 13:05:34 +08:00
qiang
06612ccca3
fix(components): [menu] the styles link error ( #7820 )
2022-05-21 12:14:13 +08:00
Element
8ec15f4187
chore: update changelog 2.2.1 ( #7812 )
2022-05-20 22:52:58 +08:00
renovate[bot]
f12b932ebd
chore(deps): update dependency puppeteer to v14 ( #7756 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-20 22:37:20 +08:00
renovate[bot]
fe58eab608
chore(deps): update dependency husky to v8 ( #7574 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-20 22:18:41 +08:00
Xc
d56520e4be
fix(radio-group): restore name ( #7810 )
...
* fix(radio-group): restore name
* fix(radio-group): restore name
2022-05-20 21:16:16 +08:00
류한경
ac83f03894
refactor(components): [steps] switch to script-setup syntax ( #7783 )
...
* refactor(components): [steps] switch to script-setup syntax
improvement(components): [steps] props type
improvement(components): [steps] unnecessary type
* fix(comoponents): [steps] import error
* fix(comoponents): [steps] import error
2022-05-20 19:39:34 +08:00
류한경
1d417f4087
refactor(components): [step] switch to script-setup syntax ( #7782 )
...
* refactor(components): [step] switch to script-setup syntax
* improvement(components): [step] props type
* improvement(components): [step] unnecessary type
2022-05-20 18:14:07 +08:00
opengraphica
e1b88263e3
feat(components): [popper] focus trap and a11y ( #7736 )
...
* feat(components): [popper] fix focus traps
* feat(components): [popper] add focus trap tests
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-20 18:13:27 +08:00
msidolphin
6f04af6c39
feat(components): [table] ensure minimum-size doesn't follow the content ( #7627 )
...
* feat(components): [table] ensure minimum-size doesn't follow the content
* chore: add version tag
2022-05-20 17:57:21 +08:00
云游君
d441ee48ef
refactor(theme-chalk): [table] remove useless style ( #7807 )
2022-05-20 17:46:10 +08:00
三咲智子
517efb99dc
fix: improve deps ( #7763 )
2022-05-20 17:41:27 +08:00
JeremyWuuuuu
c3486bcdce
fix(components): [dialog/drawer] header slot
...
- Fix header slot rendering for both dialog and drawer.
- Change the deprecation for `title` slot to **3.0.0**.
2022-05-20 17:31:11 +08:00
Anas Boudih
e0a2544f70
refactor(components): [pagination/sizes] switch to script-setup syntax ( #7749 )
...
* refactor(components): [pagination/sizes] switch to script-setup syntax
* fix(components): [pagination/sizes] cast props to const
* fix(components): [pagination/sizes] remove prop default
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-20 15:42:30 +08:00