naive-ui/src
Yugang Cao 672ed322a3
fix(notification): NotificationReactive is not writable (#878)
* fix(notification): NotificationReactive cannot write

* fix: use mutable to remove readonly

* fix: notification test

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-17 00:29:48 +08:00
..
_internal fix(select): tag should hide close icon when option is disabled (#784) 2021-08-06 00:09:14 +08:00
_mixins refactor(use-form-item): add mergedDisabled option 2021-07-30 23:59:41 +08:00
_styles feat: set -webkit-tap-highlight-color to transparent 2021-08-07 14:32:46 +08:00
_utils fix(notification): NotificationReactive is not writable (#878) 2021-08-17 00:29:48 +08:00
affix
alert test(alert): add some test case (#836) 2021-08-13 00:11:03 +08:00
anchor docs(anchor): Add show-rail & show-background (#771) 2021-08-04 22:58:53 +08:00
auto-complete Merge pull request #752 from TuSimple/docs 2021-08-02 01:24:30 +08:00
avatar test(avatar): update snap 2021-08-07 14:29:50 +08:00
back-top
badge test(badge): add badge test (#757) 2021-08-02 16:30:34 +08:00
breadcrumb test(NBreadcrumb): add test (#721) 2021-07-29 13:42:52 +08:00
button feat(button): add text-color prop (#762) 2021-08-04 23:28:05 +08:00
calendar
card docs(card): API table (#720) 2021-07-29 23:24:36 +08:00
carousel fix(carousel):arrow buttons cannot be displayed in a specific browser (#631) 2021-07-24 23:42:22 +08:00
cascader fix(cascader): cascader menu width bug (#731) 2021-08-02 01:05:58 +08:00
checkbox Merge pull request #752 from TuSimple/docs 2021-08-02 01:24:30 +08:00
code
collapse fix(color-picker): fix on-complete parameter value is not updated in time (#749) 2021-08-09 00:29:06 +08:00
color-picker fix(color-picker): fix on-complete parameter value is not updated in time (#749) 2021-08-09 00:29:06 +08:00
composables
config-consumer/demos
config-provider docs(config-provider): 完善文档中的用例 (#861) 2021-08-13 21:52:00 +08:00
data-table docs(data-table): fix row key description 2021-08-16 01:54:09 +08:00
date-picker chore(date-picker): clean codes 2021-08-16 02:40:51 +08:00
descriptions feat(descriptions): add label-style, content-style prop (#661) 2021-07-27 00:21:41 +08:00
dialog docs(dialog): api table (#654) 2021-07-26 23:48:34 +08:00
divider docs(divider): 统一分割线组件的中文说明文档 (#754) 2021-08-02 15:08:07 +08:00
drawer docs(drawer): refactor custom content demo 2021-08-04 01:15:11 +08:00
dropdown docs(dropdown): 下拉菜单组件增加针对图标使用的用例 2021-08-05 09:46:05 +08:00
dynamic-input fix(input): type of input element errors (#743) 2021-08-02 00:53:51 +08:00
dynamic-tags feat(dynamic-tags): add max prop (#745) 2021-08-02 01:04:16 +08:00
element test(element): add element test case (#843) 2021-08-11 23:26:33 +08:00
ellipsis
empty
form fix(form): lint 2021-08-12 00:00:49 +08:00
global-style
gradient-text
grid docs(grid): 更改栅格组件文档的用例 (#875) 2021-08-15 22:06:12 +08:00
icon fix(icon): duplicate attrs (#814) 2021-08-09 00:21:03 +08:00
image docs(image): update image enus docs (#714) 2021-07-28 23:21:12 +08:00
input test(data-table): add itemCount test case (#826) 2021-08-11 01:17:24 +08:00
input-number feat(input-number): add clearable prop (#868) 2021-08-17 00:09:35 +08:00
layout test(layout): update test (#822) 2021-08-09 21:34:33 +08:00
legacy-grid
list
loading-bar refactor(loading-bar): clean code, change loading-bar-style to object value 2021-08-03 01:23:27 +08:00
locales fix(locale): ruRU locale exports 2021-08-16 03:24:58 +08:00
log
mention fix(color-picker): fix on-complete parameter value is not updated in time (#749) 2021-08-09 00:29:06 +08:00
menu fix(menu): renderIcon render error when return true (#827) 2021-08-11 01:21:41 +08:00
message chore(date-picker): clean codes 2021-08-16 02:40:51 +08:00
modal fix(modal): can't be closed when using custom content, closes #788 2021-08-06 02:25:40 +08:00
notification fix(notification): NotificationReactive is not writable (#878) 2021-08-17 00:29:48 +08:00
page-header
pagination refactor(pagination): clean codes 2021-07-29 02:08:09 +08:00
popconfirm refactor(popconfirm): showing action's logic 2021-08-06 23:30:21 +08:00
popover refactor(dropdown): implementation of show-arrow prop 2021-08-02 01:25:28 +08:00
popselect
progress test(NProgress): add test (#790) 2021-08-05 23:19:32 +08:00
radio refactor(use-form-item): add mergedDisabled option 2021-07-30 23:59:41 +08:00
rate fix(rate): dark theme size && half star color transition 2021-08-16 03:00:19 +08:00
result test(result): add result statue test (#812) 2021-08-08 22:51:08 +08:00
scrollbar feat(scrollbar): add some variables (#679) 2021-07-29 23:33:22 +08:00
select fix(select): filter break bug (#756) 2021-08-07 14:35:29 +08:00
skeleton test(NSkeleton): add test (#804) 2021-08-06 22:35:45 +08:00
slider fix(slider): fix floating point decimal precision (#750) 2021-08-03 00:24:40 +08:00
space fix(space): use v-if render a empty placeholder (#828) 2021-08-16 02:07:01 +08:00
spin test(spin): add test case (#859) 2021-08-13 22:19:16 +08:00
statistic feat(statistic): add statistic test (#670) 2021-07-26 22:34:32 +08:00
steps test(steps): add test (#732) 2021-07-30 23:13:44 +08:00
switch test(switch): add switch test case (#870) 2021-08-14 22:19:11 +08:00
table
tabs docs(tabs): api table (#617) 2021-07-23 23:19:41 +08:00
tag test(tag): add tag test case (#871) 2021-08-14 22:18:34 +08:00
theme-editor
themes
thing Merge pull request #690 from TuSimple/docs 2021-07-28 01:54:28 +08:00
time docs(time): api table (#604) 2021-07-23 23:35:32 +08:00
time-picker feat(form): add disabled prop (#608) 2021-07-30 23:39:46 +08:00
timeline fix(timeline): fix NTimeline header slot (#706) 2021-07-29 00:20:41 +08:00
tooltip
transfer fix(transfer): type error 2021-07-30 23:42:20 +08:00
tree docs(tree): api table (#610) 2021-07-23 23:56:41 +08:00
tree-select refactor(tree-select): show path 2021-08-07 20:33:49 +08:00
typography docs(typography):add typography docs (#708) 2021-07-28 22:42:16 +08:00
upload feat(form): add disabled prop (#608) 2021-07-30 23:39:46 +08:00
components.ts
create.ts
global.d.ts
index.ts
jest-setup.ts
preset.ts
styles.ts
tsconfig.cjs.json
tsconfig.esm.json
version.ts 2.16.4 2021-08-16 03:30:46 +08:00