Commit Graph

8666 Commits

Author SHA1 Message Date
Artea
3b28b671b6
fix(modal): Add modal functionality to DiscreteApp (#5684)
Signed-off-by: Sepush <sepush@outlook.com>
2024-02-17 19:41:48 +08:00
Artea
32676f1d4e
using new M1 macOS runner (#5683)
Signed-off-by: Sepush <sepush@outlook.com>
2024-02-17 19:06:36 +08:00
OrbisK
795f359018
chore: fix cn issue templates (#5648)
* chore: fix cn issue templates

* ci: separate cn from code
2024-01-31 11:26:28 +08:00
jahnli
da39759039
feat(float-button): new component (#5627)
* feat: create template

* feat: add demo

* feat: change to css

* feat: add style

* feat: add demo

* feat: add demo

* feat: add group

* feat: add docs

* feat: add log

* fix: style error

* feat: add docs
2024-01-29 23:38:05 +08:00
07akioni
2bf5229543 refactor(modal-provider): make it work 2024-01-29 23:36:51 +08:00
jahnli
e7f5534394
feat(modal-provider): add modal provider (#5547)
* feat: add modal provider

* fix: remove api

* feat: add demo
2024-01-29 22:12:38 +08:00
HackerWand
b0399649ef
fix(scrollbar):scrollTo method parameter order (#5636)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-29 22:07:55 +08:00
XieZongChen
4273b7ea0c
chore: delete invalid links (#5628) 2024-01-29 22:05:43 +08:00
dependabot[bot]
b69341e291
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#5635)
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6)

---
updated-dependencies:
- dependency-name: husky
  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>
2024-01-29 22:04:45 +08:00
07akioni
789dbe054a chore: prepare for husky v9 2024-01-29 22:04:06 +08:00
07akioni
e6173c4c46 Merge branch 'main' of github.com:TuSimple/naive-ui 2024-01-29 21:59:25 +08:00
Artea
b3cad89bcd
chore(deps): bump to vue3.4 (#5640)
* chore(deps): bump to vue3.4

Signed-off-by: Sepush <sepush@outlook.com>

* fix: open no-use-var rule and fix lint test

Signed-off-by: Sepush <sepush@outlook.com>

---------

Signed-off-by: Sepush <sepush@outlook.com>
2024-01-29 21:58:36 +08:00
07akioni
3b0f543de5 Merge branch 'main' of github.com:TuSimple/naive-ui 2024-01-29 21:56:31 +08:00
Artea
9bab7ededc
fix(qr-code): style of size (#5638)
Signed-off-by: Sepush <sepush@outlook.com>
2024-01-29 21:56:12 +08:00
吉仔
5a48674b60
docs(anchor): fix AnchorLink props desc (#5641) 2024-01-29 21:54:42 +08:00
dependabot[bot]
c57a822004
chore(deps-dev): bump esbuild from 0.19.11 to 0.20.0 (#5642)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.11 to 0.20.0.
- [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.11...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 21:54:18 +08:00
07akioni
8a3cbb9dc0 Merge branch 'main' of github.com:TuSimple/naive-ui 2024-01-29 21:53:38 +08:00
Artea
ad877da445
chore(ci): add lts node 20 (#5639)
Signed-off-by: Sepush <sepush@outlook.com>
2024-01-28 17:51:01 +08:00
Artea
3802920ed6
test: snapshot (#5637)
Signed-off-by: Sepush <sepush@outlook.com>
2024-01-28 16:04:12 +08:00
07akioni
db2431953b fix: clear event 2024-01-24 02:12:31 +08:00
Volankey
6da710d433
fix(input): click clear icon to trigger twice (#5511) 2024-01-24 02:09:26 +08:00
07akioni
8c4691507a fix(popselect): header make inner input unavailable, closes #5494 2024-01-24 01:48:53 +08:00
07akioni
a604c4bcd8 fix(form-item): feedback may hide and show again, closes #5583 2024-01-24 01:15:47 +08:00
07akioni
40c2068b31 docs(checkbox): optimize indeterminate demo 2024-01-24 00:35:45 +08:00
jahnli
efed8c05af
feat(split): adds watch-props prop (#5527)
* fix(n-split): `modified `default-size` panel not updated issue

* feat(n-split): add `watch-props` prop

* Update src/split/demos/enUS/index.demo-entry.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* Update src/split/demos/zhCN/index.demo-entry.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* Update CHANGELOG.en-US.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* fix: change to watchEffect

* fix: docs

---------

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 19:37:48 +08:00
JianJroh
0ea2e9f8c3
feat(selection): add native title attribute when filterable and blur input (#5568)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 19:30:35 +08:00
zhanglecong
7cbaeaa4b2 refactor(split): onUpdateSize 2024-01-23 19:09:38 +08:00
zhanglecong
daefb2c8d4 docs: github issue template translation 2024-01-23 19:04:18 +08:00
Jiaxin·Li
2412fcec64
feat(split): add size and on-update:size, controlled properties (#5582)
* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* fix(FormItem): Error animation between input and blur optimized

* 还原

* feat(split): add size and on-update:size, controlled properties

* feat(split): add size and on-update:size, controlled properties

* Update Split.tsx

* Update index.demo-entry.md

* Update index.demo-entry.md

* Update src/split/demos/zhCN/index.demo-entry.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* Update CHANGELOG.en-US.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* Update src/split/demos/enUS/index.demo-entry.md

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>

* feature: 优化了逻辑

* feature: 增加ts类型补充

* feature: 增加ts类型补充

---------

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>
Co-authored-by: snow <lijiaxin@xhblog.top>
2024-01-23 19:02:43 +08:00
Becem
644c0d8188
fix(scrollbar): Fix typo in aria-hidden (#5589)
* fix(scrollbar): Fix typo in ria-hidden

* chore: Update changelog

* chore: Update changelog

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 19:00:30 +08:00
tehnomaan
ef324cbb06
feat(i18n): add estonian locale (#5595)
* Add Estonian locale

* Improve Estonian translations

* chore: remove todo

---------

Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com>
2024-01-23 18:59:40 +08:00
cinyearchan
c511354d12
feat(auto-complete): adds append prop (#5598)
* feat: add append mode for auto-complete

* docs: update changelog

* fix: remove console.log

* Apply suggestions from code review

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 18:59:13 +08:00
Kirk Lin
51fcea6ca8
feat(drawer): add rounded corner theme variable (#4696) (#5617)
* feat(drawer): add rounded corner theme variable (#4696)

* docs: CHANGELOG

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 18:55:34 +08:00
Kirk Lin
558c4b4101
fix(menu): resolve overflow issue with n-menu root-indent (#5616) (#5618)
* fix(menu): resolve overflow issue with `n-menu` `root-indent` (#5616)

* chore: add comment

* Update src/menu/demos/zhCN/indent.demo.vue

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-23 18:54:26 +08:00
zhanglecong
341f2e6765 fix: fix codesandbox error, update vue to latest 2024-01-19 10:08:57 +08:00
jahnli
0306bf639d
Merge pull request #5604 from jahnli/fix-split-event-docs
docs: add split event docs
2024-01-16 16:52:11 +08:00
jahnli
24965376e6 docs: add split event docs 2024-01-16 16:51:14 +08:00
jahnli
e9914cd4b9
Merge pull request #5602 from liuyang0826/docs
docs(split): update event demo
2024-01-16 12:35:23 +08:00
liuyang.0826
e6a28c3281 docs(split): update event demo 2024-01-16 12:32:39 +08:00
OrbisK
fce7b64ead
chore: fix typo with envinfo (#5577) 2024-01-11 09:45:46 +08:00
超级烦
c02d202dfb
docs:语义问题修改 (#5500) 2024-01-10 19:54:49 +08:00
OrbisK
a4d7bc9f17
chore: rework issue templates (#5528)
* chore: add github issue template

* chore: disable empty issues

* chore: fix typo

* chore: minor adjustments

* chore: fix indentation

* chore: add contact links

* chore: add emojis

* chore: add feature request template

* chore: add zh-CN bug report template

* chore: add zh-CN feature request template

* ci: remove issue workflows
2024-01-10 19:53:42 +08:00
dependabot[bot]
485951327f
chore(deps-dev): bump esbuild from 0.19.10 to 0.19.11 (#5523)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.10 to 0.19.11.
- [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.10...v0.19.11)

---
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>
2024-01-10 19:48:27 +08:00
dependabot[bot]
aeca2354a3
chore(deps-dev): bump @vitejs/plugin-vue from 4.6.2 to 5.0.3 (#5572)
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.6.2 to 5.0.3.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.3/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  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>
2024-01-10 19:47:03 +08:00
zhanglecong
714960471c fix(tree): override-default-node-click-behavior prop may conflict with default switcher click or checkbox click behavior 2024-01-10 19:45:49 +08:00
Eyvindove
c68f1fa336
docs(upload): fix default-upload desc (enUS) (#5536)
- correct the default value
- fix typo
2024-01-09 13:29:42 +01:00
zhanglecong
6c802dc767 docs(auto-complete): fix en 2024-01-09 11:20:45 +08:00
zhanglecong
e77a145c13 2.37.3 2024-01-09 11:19:30 +08:00
zhanglecong
d48be662c1 fix(split): has no color if it's not used in a card 2024-01-09 11:15:07 +08:00
zhanglecong
e7a4673722 2.37.2 2024-01-09 09:57:23 +08:00