Commit Graph

1751 Commits

Author SHA1 Message Date
07akioni
fa8999a3fc refactor: labelFontWeight theme variable 2022-12-18 22:30:22 +08:00
faga
4ad7012d30
feat(form-item): labelFontWeight theme variable (#4060)
* feat(theme): provide labelFontWeight

* chore: CHANGELOG update

Co-authored-by: faga <lzc295592@163.com>
2022-12-18 22:26:48 +08:00
07akioni
73eade2a26 refactor(tree): add get-children prop 2022-12-18 22:15:21 +08:00
jahnli
feeb7feffe
feat(tree): add ignore-empty-children prop (#4176)
* feat(tree): add ignore-empty-children props

* Update CHANGELOG.en-US.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-12-18 22:04:34 +08:00
07akioni
b49cf04816 refactor(upload): keep-file-after-finish 2022-12-18 13:40:39 +08:00
sunny9528
0c7903aba3
fix(progress): indicatorTextColor (#4185)
* fix: 当指标位置inside时,颜色不生效

* chore: changelog

* chore: 删除版本号

* fix: indicator-text-color 不生效
2022-12-18 13:04:12 +08:00
XieZongChen
e63e4187d0
fix(ellipsis): fix cannot be closed when using keep-alive (#4179)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-12-18 13:00:50 +08:00
07akioni
d978e94fb2 feat(pagination): adds goto prop, closes #4133 2022-12-18 12:58:43 +08:00
07akioni
e104d02d02 feat(select): add show-on-focus prop, closes #4191 2022-12-18 12:46:11 +08:00
07akioni
bcf0c2374d fix(upload): doesn't show thumbnail for file with image type file name, closes #4198 2022-12-18 12:27:09 +08:00
07akioni
78b9ceb0cb refactor(pagination): select-props prop 2022-12-18 11:47:55 +08:00
Vanilla
1daad3f948
feat(pagination): add consistent-menu-width prop (#4205) 2022-12-18 11:42:26 +08:00
吉仔
0942679316
fix(image): error while operating the previewed image (#4154)
* fix(image): error in toolbar operation during preview, close #4144

* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-12-12 00:33:02 +08:00
Albert Geantă
3410434e4d
fix(menu): can't override submenu dropdown's trigger by dropdown-props(#4148)
* Fix dropdown trigger getting overriden in NMenu

* Add changelog entry

Co-authored-by: Albert Geantă <albert.geanta@elektrobit.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-12-12 00:22:26 +08:00
Jevon
db065ebd6e
fix(tree): cannot access mergedFilterRef before initialization error (#4169)
Co-authored-by: [Jevon-cc] <[1787176370@qq.com]>
2022-12-12 00:13:43 +08:00
Vanilla
f1d9c790b7
feat(badge): add offset prop (#4158)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-12-11 21:53:09 +08:00
07akioni
0d343d5707 refactor(card): tag prop 2022-12-11 21:47:58 +08:00
Vanilla
f145984d1f
fix(image): preview toolbar error (#4159)
close https://github.com/tusen-ai/naive-ui/issues/4157
2022-12-09 15:35:24 +08:00
07akioni
ca0267ed21 fix(config-provider): katex type issue 2022-11-22 21:07:45 +08:00
07akioni
7acd2c5c48 2.34.1 2022-11-21 22:22:39 +08:00
07akioni
f1ff245cd5 fix(data-table): column's align doesn't work for table header, closes #4063 2022-11-21 22:03:47 +08:00
07akioni
7f4f569ce8 fix(tree): misses getCheckedData and getIndeterminateData methods, closes #4064 2022-11-21 20:15:39 +08:00
07akioni
674688e24e fix(select): print useless content in console in multiple select mode 2022-11-21 20:11:53 +08:00
07akioni
bf8184904d 2.34.0 2022-11-21 02:12:14 +08:00
07akioni
bc2ad19f89 feat(dialog): useDialog's option support transformOrigin, closes #3901 2022-11-21 01:59:46 +08:00
07akioni
d40eb77a37 fix(image): doesn't prevent space pressing scroll behavior in preview mode, closes #3919 2022-11-21 01:50:39 +08:00
07akioni
78ebce9fa3 docs(changelog): fix 2022-11-21 01:39:48 +08:00
吉仔
2e343130d3
fix(pagination): endIndex is incorrect if there's only 1 page of data (#4058)
* fix(pagination): `endIndex` calc incorrect, closes #4057

* test(pagination): pagination info
2022-11-21 01:38:18 +08:00
07akioni
67485b0bfd docs(changelog): fix 2022-11-21 01:31:11 +08:00
07akioni
67d6bf3fd4 refactor: tree methods 2022-11-20 23:40:56 +08:00
07akioni
17dd434cfd refactor(transfer): show-selected 2022-11-20 23:05:32 +08:00
07akioni
1df9da6bca refactor(tree): render switch icon 2022-11-12 21:38:04 +08:00
notail
e6768fedbd
feat(tree): pass expanded & select to render-switcher-icon prop (#4017)
* feat(n-tree): add expanded in render-switcher-icon func

* feat(n-tree): support selected in renderSwitcherIcon

* docs(n-tree): mod render-switcher-icon params in tree props

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

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

Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-11-12 21:31:19 +08:00
Sepush
8530a22170
feat(mention): add on-update:show prop (#3944)
Signed-off-by: Sepush <sepush@outlook.com>

Signed-off-by: Sepush <sepush@outlook.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-11-12 21:01:14 +08:00
XieZongChen
951dc9d6df
feat(data-table): add spin-props (#3979)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-11-12 20:43:17 +08:00
07akioni
e9895a76be feat(upload): adds should-use-thumbnail-url, render-icon props, closes #3861 2022-11-12 19:47:10 +08:00
07akioni
0d27acc649 fix(input): autosize prop doesn't work properly if there are multiple spaces, closes #4027 2022-11-12 18:57:28 +08:00
07akioni
968611c5da fix(date-picker): can't delete all input content in some cases, closes #3922 2022-11-12 18:52:12 +08:00
07akioni
9423e77d2c docs(changelog): fix 2022-11-12 17:28:26 +08:00
不见月
7c4cbe83ee
refactor(data-table): optimize the layout of filter button (#3899)
BREAKING CHANGE: Wrap a `DIV` container around the columns of `n-data-table` to optimize the layout of filter button
2022-11-12 17:27:21 +08:00
07akioni
02e3ccb7f7 docs(changelog): fix 2022-11-12 17:15:43 +08:00
07akioni
482fd51be7 refactor(tree, tree-select): trigger node in callbacks 2022-11-12 17:05:19 +08:00
jahnli
56c7cf8525
feat(tree): provide node information in callbacks (#3959)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-11-12 15:59:40 +08:00
吉仔
dc5bf7d3a7
feat(button): adds render-icon prop (#4011)
* feat(button): adds `icon`  prop, closes #4007

* chore: changelog

* refractor: change  to `render-icon` function

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-11-12 15:22:12 +08:00
07akioni
4ba38056c3 feat(data-table): adds scrollbar-props prop, closes #4021 2022-11-12 15:15:59 +08:00
07akioni
dcd7ab7a56 fix(timeline-item): line-type="dashed" not working when n-timeline's horizontal is set, closes #4014 2022-11-12 15:08:51 +08:00
07akioni
abd777577c feat(image): adds previewed-img-props prop 2022-11-12 13:25:33 +08:00
07akioni
f7e3f107e2 feat(equation): new component 2022-11-12 12:31:45 +08:00
XieZongChen
849dbce1c8
feat(locale): add trTR (#4019) 2022-11-10 14:50:45 +08:00
XieZongChen
13eb56f611
docs(readme): fix readme (#3995) 2022-11-06 16:22:43 +08:00