8890 Commits

Author SHA1 Message Date
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
吉仔
137fe19e66
docs(upload): fix on-download desc (#5428) 2023-12-18 19:02:00 +08:00
zhanglecong
b473b89c20 refactor(input): exposed clear method 2023-12-18 18:59:40 +08:00
吉仔
17be8c4881
feat(input): expose clear method, closes #5423 (#5438)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 18:57:22 +08:00
kvii
8972d9261e
feat(space): add reverse prop (#5248)
* feat: add reverse support for NSpace

* docs: add change log

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-18 18:54:02 +08:00
yangjun
a866ad7036
Update typo in README.zh-CN.md (#5447) 2023-12-18 18:51:31 +08:00
Ayoub
2de816fb8c
Fixed "Avatar Props" not linking to the correct section (#5180) 2023-12-18 18:51:15 +08:00
zhanglecong
777020618a docs(qr-code): icon-src 2023-12-18 17:18:02 +08:00
zhanglecong
1ea0822cb7 Merge branch 'main' into docs 2023-12-18 13:29:04 +08:00
zhanglecong
65f9bd8a5f 2.36.0 v2.36.0 2023-12-18 13:24:28 +08:00
zhanglecong
f610db5d81 fix: test snapshot 2023-12-18 12:30:30 +08:00
zhanglecong
2db4eeb90d fix: dropdown menu 2023-12-18 11:39:57 +08:00
zhanglecong
eb923d7fbf docs(menu): fix https://github.com/tusen-ai/naive-ui/issues/5461 2023-12-18 11:15:57 +08:00
zhanglecong
d6d68699a6 docs(menu): new feature 2023-12-18 11:05:25 +08:00
zhanglecong
a5c781e54d fix: build site 2023-12-18 10:41:25 +08:00
zhanglecong
a4bb898aa0 fix: test 2023-12-18 10:19:24 +08:00
zhanglecong
21ee7f99f2 fix: eslint 2023-12-18 10:00:48 +08:00
07akioni
4b4d58e6b5 fix: menu ellipsis 2023-12-16 05:38:24 +08:00
07akioni
4006e772db feat(menu): support dropdown ellipsis in horizontal mode 2023-12-16 05:32:42 +08:00
07akioni
ef323af08a fix(tabs): vertical 模式下 border 2023-12-16 02:25:45 +08:00
07akioni
92e7ef9491 docs(qr-code): colon 2023-12-14 04:42:08 +08:00
07akioni
03743f0069 docs(qr-code): type 2023-12-14 04:41:23 +08:00
07akioni
9baafd7806 docs(qr-code): unify shape 2023-12-14 04:39:30 +08:00
07akioni
773e8235ca refactor(split): make it work 2023-12-14 04:38:16 +08:00
07akioni
b39f8fa35d refactor(virtual-list): make it work 2023-12-14 03:16:10 +08:00
07akioni
7bd2357a11 refactor(qr-code): make it work 2023-12-14 02:58:05 +08:00
07akioni
18d48a5b86 fix: switcher icon click 2023-12-14 02:57:40 +08:00
07akioni
d4739be929 refactor: split & tree 2023-12-14 02:57:40 +08:00
jahnli
cdc48c7a7d
feat(n-qrcode): add n-qrcode component (#4963)
* feat(n-qrcode): add `n-qrcode` component

* fix(n-qrcode): value desc when enUS

* fix(n-qrcode): docs error when enUS

* feat(n-qrcode): add n-padding

* fix: remove type as

* feat: switch watch to watchEffect

* feat(n-qrcode): add `color` `bg-color` props

* refactor: change to QR Code generator library

* feat: add size demo

* chore: remove border

* feat: add error-correction-level

* feat: add docs

* feat: add icon

* feat: add download demo

* fix: image scale

* fix: docs  error

* fix: docs error

---------

Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-14 01:21:14 +08:00
dependabot[bot]
ea2603ed4b
chore(deps-dev): bump esbuild from 0.19.8 to 0.19.9 (#5458)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.8 to 0.19.9.
- [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.8...v0.19.9)

---
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-14 01:15:35 +08:00
XieZongChen
db927a57c9
chore: update community in readme (#5445) 2023-12-08 10:55:40 +08:00
jahnli
2a783606b1
feat: add virtual list component (#5277)
* feat(n-virtual-list): create basic virtual-list component

* feat(n-virtual-list): add props

* feat: add avatar list

* feat(n-virtual-list): add dynamic size demo

* feat: add docs

* feat: add demos

* feat: add docs

* feat: modify desc

* fix: modify docs

* fix: modify api position

* fix: error desc

* fix: modify docs

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-03 21:59:33 +08:00
jahnli
320bd7937a
feat: add n-split component (#5290)
* feat: add `n-split` component

* feat: add disabled

* feat: add event

* fix: rename

* feat: add theme color

* feat: support slot

* feat: add demo

* fix: panel height for demo

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-03 21:57:15 +08:00
07akioni
b1acfe9d8a docs(tree-select): watch-props 2023-12-03 21:52:28 +08:00
jahnli
a638db9822
feat(tree-select): add watch-props prop (#5190)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-03 21:51:21 +08:00
M1CK431
0041ccf2f5
fix(locale): fr-FR firstDayOfWeek (#5175) 2023-12-03 21:49:41 +08:00
07akioni
bd5befac4d fix: build site script 2023-12-03 19:56:00 +08:00
07akioni
453270d15f fix: vite & type & docs 2023-12-03 19:51:47 +08:00
07akioni
b3a1eb12fa docs: missing changelog 2023-12-03 19:36:31 +08:00
07akioni
4448943f5d fix: tree renderSwitcherIcon 2023-12-03 19:36:31 +08:00
07akioni
c4a5e42736 refactor(dialog): close slot 2023-12-03 19:36:31 +08:00
jahnli
6b57368c5e
feat(popselect): add header slot (#5260)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-03 19:28:25 +08:00
hangjob
98d6fae616
docs: Update community select resources (#5259)
Co-authored-by: yanghang <yanghang@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-03 19:26:52 +08:00