eyvindove
|
18072c00d2
|
docs(menu): fix root-indent default value & typos (enUS) (#5689)
* docs(menu): fix root-indent default value & typos (enUS)
* Update src/menu/demos/enUS/index.demo-entry.md
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2024-02-23 18:05:51 +08:00 |
|
jahnli
|
797ad66e23
|
feat(n-tree-select): adds get-children prop (#5697)
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2024-02-23 18:04:13 +08:00 |
|
吉仔
|
ee0df67bcb
|
feat(date-picker): adds default-calendar-start-time prop when type is date\datetime\week , closes #4493 (#5701)
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2024-02-23 17:57:38 +08:00 |
|
吉仔
|
ec3210972a
|
docs(date-picker): fix type desc (#5700)
* docs(date-picker): fix `type` desc
* docs: fix typo, closes #5651
|
2024-02-23 17:54:26 +08:00 |
|
jahnli
|
e8b61d57bc
|
fix(split): min attribute does not take effect (#5704)
* fix(n-split): `min` attribute does not take effect
* fix: update
|
2024-02-23 17:53:34 +08:00 |
|
07akioni
|
9f9eb9e0df
|
Merge branch 'main' into docs
|
2024-02-22 22:50:29 +08:00 |
|
07akioni
|
82fccfb05a
|
2.38.0
|
2024-02-22 22:49:15 +08:00 |
|
07akioni
|
1bf8e7f947
|
fix: typo
|
2024-02-22 22:24:23 +08:00 |
|
07akioni
|
4ddb36e612
|
fix(split): fulfill it
|
2024-02-22 22:16:39 +08:00 |
|
07akioni
|
e53a66c7cd
|
feat(float-button): make it work with more attrs
|
2024-02-22 22:09:53 +08:00 |
|
07akioni
|
6d989bda02
|
feat: float-button & esm bundle
|
2024-02-22 17:31:49 +08:00 |
|
07akioni
|
7feb3b3017
|
feat(float-button): make it work
|
2024-02-21 03:30:58 +08:00 |
|
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 |
|
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 |
|
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 |
|
07akioni
|
8a3cbb9dc0
|
Merge branch 'main' of github.com:TuSimple/naive-ui
|
2024-01-29 21:53:38 +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 |
|
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 |
|
jahnli
|
24965376e6
|
docs: add split event docs
|
2024-01-16 16:51:14 +08:00 |
|
liuyang.0826
|
e6a28c3281
|
docs(split): update event demo
|
2024-01-16 12:32:39 +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 |
|
zhanglecong
|
5d8e7faeec
|
fix(data-table): downloadCsv method will export selection & expand column
|
2024-01-09 09:55:50 +08:00 |
|
zhanglecong
|
c6deea6e40
|
2.37.1
|
2024-01-08 21:12:24 +08:00 |
|
zhanglecong
|
6401ba53c2
|
test(form): fix level warning
|
2024-01-08 21:07:02 +08:00 |
|
zhanglecong
|
3968616fb5
|
fix(form): validation pending
|
2024-01-08 20:55:22 +08:00 |
|