Commit Graph

8432 Commits

Author SHA1 Message Date
jahnli
e79f474303
feat(tree): adds multiple scrollTo configurations (#5198)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 01:10:11 +08:00
07akioni
e6caa6562b refactor(drawer): a lot of class names 2023-12-21 00:57:15 +08:00
jahnli
bf650b6f95
feat(drawer): add content-class body-class body-content-class footer-class header-class prop (#5269)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 00:47:04 +08:00
07akioni
a4569dc7c0 refactor(data-table): default sorter support nullable 2023-12-21 00:41:45 +08:00
Vincent
b44ffe58d6
fix(data-table): change default sorter to place null values at the very top or bottom (#5284)
* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md

* fix(n-data-table): change default sorter to place null values at the very top or bottom

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 00:36:32 +08:00
OrbisK
7d547a396b
fix(collapse-item): set cursor pointer to correct element (#5489)
closes #5482

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 00:30:13 +08:00
zhanglecong
a3b74ce190 docs: changelog 2023-12-20 21:50:46 +08:00
zhanglecong
77d679daf0 refactor(tree): reset data 2023-12-20 21:49:57 +08:00
zhanglecong
13c93160e7 fix(carousel): test 2023-12-20 21:48:52 +08:00
JayCC1
c282ec7441
fix(tree): tree renders wrong data if data's ref changes too fast (#5217) (#5296)
* fix(n-tree):  解决issue #5217中所提的-Tree组件数据
渲染错误问题 (#5217)

* docs(changelog): 添加相应的变更日志说明
2023-12-20 21:48:25 +08:00
zhanglecong
ad3949ae7c refactor(drawer): mask click 2023-12-20 19:42:48 +08:00
zhanglecong
b166591cff fix(drawer): on-mask-click may be called multiple times, closes #5476 2023-12-20 19:29:52 +08:00
dependabot[bot]
8e2c78f4f5
chore(deps-dev): bump esbuild from 0.19.9 to 0.19.10 (#5481)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.9 to 0.19.10.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.9...v0.19.10)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 19:18:06 +08:00
OrbisK
88da537fce
feat(input-number): add input-props prop (#5486)
closes #5450
2023-12-20 19:17:50 +08:00
jahnli
264f582793
fix(data-table): Summary column colSpan Unfilled problem (#5487) 2023-12-20 19:17:10 +08:00
超级烦
51913447f5
docs: fix uncontrolled mode (#5479)
修改doc语义问题.
2023-12-19 17:57:54 +08:00
吉仔
898216d866
fix(tree): leaf node line color (#5477) 2023-12-19 16:57:39 +08:00
XieZongChen
64a91c563b
feat(dynamic-tags): fix abnormal behavior when using keyboard to trigger add button (#5080)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-19 13:37:07 +08:00
zhanglecong
655231dafc fix(upload): in directory drag mode with a lot of files, some of the files are not read, closes #5099 2023-12-19 13:34:57 +08:00
吉仔
2af346a67d
fix(input): autofill's default background color (#5127)
* fix(input): autofill's default background color, closes #5123

* Update src/input/src/styles/input.cssr.ts

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-19 13:22:40 +08:00
吉仔
3a9798d61f
fix(carousel): trigger incorrect current-index value on arrow button click with single image, closes #5130 (#5141)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-19 13:19:40 +08:00
keuby
6483e1d1ea
feat: supports node native import (#5149) 2023-12-19 13:18:26 +08:00
李李李
a61b325650
fix(affix): position's default value is not consistent with docs (#5148)
* Update Affix.tsx

* Update CHANGELOG.zh-CN.md
2023-12-19 13:15:56 +08:00
吉仔
856ee9d76d
fix(carousel): transition effect incorrect when using the slide effect in loop mode with only two elements, closes #4323 (#5155)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-19 13:14:50 +08:00
Kyle Smith
a567d98258
fix(notification): Added max-width for mobile responsiveness (#5173)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-19 13:02:44 +08:00
zhanglecong
817a4cb049 docs(changelog): format 2023-12-19 13:00:30 +08:00
zhanglecong
49b774bd94 docs(changelog): fix position 2023-12-19 12:59:08 +08:00
qiaoxin111
8c326c01a1
fix(time-picker): Unable to modify the number of milliseconds in the edit box after formatting the Time Picker (format="HH: mm: ss. SSS") (#5236)
fix(n-time-picker): Unable to modify the number of milliseconds in the edit box after formatting the Time Picker (format="HH: mm: ss. SSS")
2023-12-19 12:57:15 +08:00
Denis
9f62a3af50
Add missing ruRU translations (#5163)
* Add missing ruRU translations

* Update ruRU.ts

* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 21:31:15 +08:00
zhanglecong
7826ad8ce1 refactor(date-picker): week type 2023-12-18 21:23:13 +08:00
zhanglecong
4f309aab25 fix: test 2023-12-18 20:45:40 +08:00
Sg
6de711ccd0
feat(date-picker): support type="week" (#5061)
* feat(date-picker): add demo for week type

* feat(date-picker): add localized placeholders & format

* feat(date-picker): add weekFormat for zhCN

* feat(data-picker): add css variable for calendarLeftPaddingWeek & calendarRightPaddingWeek

* feat(date-picker): adjust format for zhCN

* feat(date-picker): implement basic week

* feat(date-picker): add style to hovered week

* fix(date-picker): fix style issue

* fix(date-picker): make hover effect correct

* feat(date-picker): add enUS demo

* chore(date-picker): add changelog

* doc(date-picker): add demo to index of enUS doc

* feat(date-picker): remove confirm for week type

* fix(date-picker): remove single-day hover for week picker

* chore(date-picker): add weekPlaceholder to locales

* chore(date-picker): add weekFormat to locales

* fix(date-picker): fix wrong firstDayOfWeek

* fix(date-picker): remove console.log

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 20:44:02 +08:00
zhanglecong
b34beb6cbf test(space): snapshot 2023-12-18 20:37:24 +08:00
zhanglecong
a880f3c15d fix(data-table): pagination's default-page-size not work in uncontrolled mode, closes #5201 2023-12-18 20:33:51 +08:00
jahnli
372e70b4a4
feat(date-picker): adds on-prev-month on-next-month on-prev-year on-next-year prop (#5452)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 20:24:14 +08:00
jahnli
1b11276298
feat(select): adds header slot (#5449)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 20:22:59 +08:00
zhanglecong
cb61fd3ffd refactor(time-picker): clear 2023-12-18 20:21:40 +08:00
zhanglecong
9db2f2dac8 feat: select & data-table & dialog rtl 2023-12-18 20:19:41 +08:00
jahnli
e900c43de6
feat(time-picker): add clear action (#5453)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 20:18:40 +08:00
zhanglecong
14ea8d4575 fix(upload): in abstract mode, input node of upload can be clicked in iOS 2023-12-18 20:07:20 +08:00
zhanglecong
7cb5b03968 fix(space): comment node handling 2023-12-18 20:07:20 +08:00
A.M.Farahmand
bdc8752015
feat(dialog): add rtl support (#5276)
* feat(dialog): add rtl support

* feat(data-table): add rtl support

* feat(select-menu): add rtl support

* feat(selection): add rtl support

* fix(styles): export dialog rtl

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 19:26:22 +08:00
EmberSpirit
053e196adc
refactor: refactor empty slot action then it is an interactive component (#5282) 2023-12-18 19:17:51 +08:00
吉仔
c6667d0945
fix(space): vnode reuse problem caused by filtering out comment vnodes of slot, closes #5136 (#5192)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 19:15:26 +08:00
Artea
dda96f3d06
refactor(type): remove useless any (#5200)
Signed-off-by: Sepush <sepush@outlook.com>
2023-12-18 19:09:24 +08:00
朝歌
853ed177b3
refactor(_utils): simplify type definition for createKey (#5233)
simplify code by using type alias Capitalize which is introduced in Typescript 4.1
2023-12-18 19:08:36 +08:00
Artea
5a8229b5f6
refactor(type): remove eslint-disable @typescript-eslint/consistent-type-assertions (#5214)
Signed-off-by: Sepush <sepush@outlook.com>
2023-12-18 19:06:38 +08:00
dependabot[bot]
19ea2732ba
chore(deps-dev): bump @vue/eslint-config-typescript (#5235)
Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 11.0.3 to 12.0.0.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v11.0.3...v12.0.0)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 19:05:55 +08:00
zhanglecong
d273fd6561 docs(upload): on-download en 2023-12-18 19:05:20 +08:00
zhanglecong
a2c736f31a Merge branch 'docs' 2023-12-18 19:02:20 +08:00