07akioni
bc789c788b
fix: constraint doc md table width
2024-01-01 16:38:35 +08:00
07akioni
31884dd4ee
docs(changelog): en
2024-01-01 16:24:38 +08:00
07akioni
04ed73c1f8
fix(tabs): may missing over-scroll shadow if placement
is 'left'
or 'right'
2024-01-01 16:21:33 +08:00
07akioni
da09482f4a
docs(flex): new tag
2024-01-01 15:51:24 +08:00
07akioni
b4bf055b5b
Merge branch 'docs'
2024-01-01 15:49:47 +08:00
07akioni
319b418e86
docs: format
2024-01-01 15:46:23 +08:00
07akioni
356f1636ae
fix: docs search
2024-01-01 15:45:11 +08:00
07akioni
e7e86abc5f
feat(flex): new component
2024-01-01 15:13:40 +08:00
07akioni
4e1b826d80
Merge branch 'main' of github.com:TuSimple/naive-ui
2024-01-01 13:58:35 +08:00
jahnli
33a612c770
feat: add new version tag ( #5513 )
2023-12-29 10:30:17 +08:00
zhanglecong
96d3fdcacc
docs(upload): remove useless keep-file-after-finish
prop
2023-12-28 19:35:22 +08:00
07akioni
2ba7dd1e87
feat(tree, tree-select): adds override-default-node-click-behavior
prop
2023-12-28 03:32:51 +08:00
zhanglecong
b22e52e454
fix(data-table): format csv cell
2023-12-27 21:42:25 +08:00
zhanglecong
6dce58f13d
fix(base-loading): no icon switch transition style...
2023-12-27 21:31:02 +08:00
zhanglecong
36dc01ba42
fix: type
2023-12-27 21:17:30 +08:00
zhanglecong
47e5511aea
refactor: download, data-table exportCsv => downloadCsv
2023-12-27 21:16:10 +08:00
zhanglecong
4174af52da
fix: type
2023-12-27 21:08:32 +08:00
zhanglecong
c61f46cb1e
test(tabs): add-tab-class, add-tab-style, tab-class
2023-12-27 20:56:53 +08:00
zhanglecong
219fced9b5
feat(tabs): adds tab-class
, add-tab-style
and add-tab-class
props
2023-12-27 20:48:40 +08:00
zhanglecong
317cfc1b06
fix(card): footer class not working
2023-12-27 20:28:24 +08:00
Artea
73b58a1ada
fix: lint ( #5504 )
...
* fix: lint
* fix: short-circuiting
2023-12-24 16:28:39 +08:00
OrbisK
1feaa82638
docs(drawer): translate scrollbar props description ( #4389 )
2023-12-21 20:34:28 +08:00
TakaSoap
816d3a81e5
docs(ssr): Adding instructions about using auto import in Nuxt and some fixes ( #4585 )
...
* docs(ssr): Adding instructions about using auto import in Nuxt and some fixes
- Added instructions about using auto import in Nuxt.
- Fixed a typo.
- Updated the link for docs about configuring Nuxt.
* Update index.md
* Update index.md
2023-12-21 20:33:20 +08:00
zhanglecong
fc70bc7fe9
refactor(data-table): csv
2023-12-21 20:32:12 +08:00
jahnli
c56ce568b6
feat(data-table): add exportCsv
method ( #4947 )
...
* feat(n-data-table): add `exportCsv` method
* feat(n-data-table): add demo
---------
Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 20:25:34 +08:00
zhanglecong
49bc1e5910
refactor(avatar-group): expand on hover
2023-12-21 20:23:34 +08:00
zhanglecong
fc26efa962
docs: format
2023-12-21 20:20:59 +08:00
jahnli
556126961e
feat(avatar-group): add hover-expand
prop ( #4847 )
...
* feat(n-avatar-group): add `hover-expand` prop
* Apply suggestions from code review
---------
Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 20:20:39 +08:00
uruz-7
388174be7b
feat(date-picker): add month-string-type prop ( #4891 ) ( #4959 )
...
* feat(date-picker): add month-string-type prop
(tusen-ai#4891)
* fix(i18n): add jaJP translation
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 20:17:00 +08:00
zhanglecong
e2c9eb37ac
docs: format
2023-12-21 20:14:22 +08:00
zhanglecong
970281f748
refactor(split): color
2023-12-21 20:13:18 +08:00
keuby
99dae67993
feat: add ellipsis tag popover props ( #5001 )
...
* feat: add ellipsis tag popover props
* Update CHANGELOG.en-US.md
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 20:12:47 +08:00
吉仔
ad0b1b9331
fix(avatar): lazy loading and fallback-src
prop not working when load error in lazy ( #5026 )
...
* fix(avatar): lazy loading and `fallback-src` prop not working when load error in lazy, closes #5007
* Update src/avatar/src/Avatar.tsx
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 20:07:46 +08:00
Soya
edbd64e180
fix: Use the split component alone. There is no default color. ( #5492 )
...
* fix: Use the split component alone. There is no default color.
* fix: format code
* fix: add split borderColor types
2023-12-21 19:53:33 +08:00
Kevin Law
902fe48966
feat(form): add warningOnly
support for validation rule. ( #5020 )
...
* feat: add warning only support
* feat: add demo
* feat: return undefined while error length is 0
* feat: add english demo
* test: add unit test
* test: add form validation tests for callback way
* docs: change tip words
* docs: add change log
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 19:52:48 +08:00
07akioni
988b807eb9
fix: vercel build
2023-12-21 03:59:26 +08:00
07akioni
eaf10b9fe8
refactor(tabs): segment animation
2023-12-21 03:41:27 +08:00
Sg
b843bea492
feat(tabs): add animation for segment ( #5063 )
...
* feat(tabs): add animation for segment
* fix(tabs): fix the initialization problem
* fix(tabs): fix change tabs's failure to move segment
* refactor(tabs): refactor watcher to function
* refactor(tabs): rename style class & remove unused class
2023-12-21 03:17:37 +08:00
07akioni
0ea72eab04
chore: fix code indent
2023-12-21 03:14:19 +08:00
Sg
9699e9b588
fix(base-loading): revert to the old code & make animation work with blocking method & fix fur in animation ( #5072 )
...
* fix(loading): revert to old version & fix fur in animation
* chore(loading): update changelog
* fix(loading): change class name for failed tests
* doc(spin): add debug demos
---------
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 03:11:48 +08:00
07akioni
3bf5353186
refactor(tabs): new hide animation
2023-12-21 03:06:25 +08:00
vaibhavs11
2871cb375a
fix(tabs): bar not hidden when updated manually ( #5098 )
...
* fix(tabs-bar): not hidden on manual update
* fix(tabs-bar): added changelog
* fix(tabs-bar): changed example
* removed `updateBarStyle` guard
2023-12-21 02:49:25 +08:00
吉仔
6913906e08
fix(data-table): height incorrect when set min-height
in empty state, closes #5108 ( #5110 )
...
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 02:44:12 +08:00
07akioni
47d7271a10
chore: typo
2023-12-21 02:40:01 +08:00
07akioni
adbeac12b7
refactor(radio): change uncontrolled checked value in curren tick
2023-12-21 02:38:49 +08:00
chenglu
9c03ff75d4
fix(radio): update input uncontrolled value ( #5186 )
...
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-12-21 02:37:34 +08:00
07akioni
d919d011d8
docs(tree): scrollTo
2023-12-21 01:35:59 +08:00
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