naive-ui/src
07akioni e4af935c65 fix(data-table): fixed column box-shadow doesn't update
1. when there is only on side fixed
2. when `props.scrollX` is not set but each column's width is set
2021-07-06 17:07:17 +08:00
..
_internal feat(input): add loading prop (#384) 2021-07-05 16:28:12 +08:00
_mixins fix(log): warn on highlight.js when no language is set, closes #327 2021-07-01 00:03:21 +08:00
_styles refactor(input): reimplement icons, support press & hover (#193) 2021-06-19 02:03:22 +08:00
_utils feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
affix docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
alert test(alert): add some tests (#253) 2021-06-23 13:26:59 +08:00
anchor feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
auto-complete feat(input): add loading prop (#384) 2021-07-05 16:28:12 +08:00
avatar chore(avatar): remove unnecessary size prop type (#273) 2021-06-23 23:15:51 +08:00
back-top docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
badge feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
breadcrumb docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
button feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
calendar feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
card test(card): add card test (#290) 2021-06-25 10:39:15 +08:00
carousel docs(carousel): fix typo 2021-07-05 12:48:30 +08:00
cascader feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
checkbox feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
code fix(log): warn on highlight.js when no language is set, closes #327 2021-07-01 00:03:21 +08:00
collapse test(collapse): props.defaultExpandedNames 2021-07-02 17:22:36 +08:00
color-picker docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
composables feat(use-theme-vars): add useThemeVars composable & remove n-element's abstract prop and theme vars from default slot 2021-06-23 09:03:24 +08:00
config-consumer/demos docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
config-provider feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
data-table fix(data-table): fixed column box-shadow doesn't update 2021-07-06 17:07:17 +08:00
date-picker fix(date-picker): provider pass date-locale doesn't work (#286) 2021-06-24 19:37:31 +08:00
descriptions docs(descriptions): add description in api table (#297) 2021-06-26 00:07:16 +08:00
dialog docs(dialog): add descriptions (#372) 2021-07-05 12:50:00 +08:00
divider test(divider): add divider test (#326) 2021-06-29 22:26:24 +08:00
drawer feat(drawer-content): closable prop (#140) 2021-06-16 11:47:20 +08:00
dropdown fix(dropdown): inner <a />'s style 2021-07-04 00:30:55 +08:00
dynamic-input docs: optimize default slot template style 2021-06-16 12:58:14 +08:00
dynamic-tags feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
element docs(element): add useThemeVars link 2021-06-23 09:08:40 +08:00
ellipsis test(ellipsis): add ellipsis test (#342) 2021-07-01 11:09:44 +08:00
empty test(empty): add unit test (#256) 2021-06-23 23:35:11 +08:00
form refactor(form-item): label-align 2021-07-05 14:08:36 +08:00
global-style
gradient-text test(gradient-text): add gradient-text test (#368) 2021-07-04 00:20:30 +08:00
grid feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
icon test(icon): add NIcon test (#374) 2021-07-05 12:43:36 +08:00
image feat:(image): add img-props prop (#349) 2021-07-03 11:35:17 +08:00
input Merge pull request #385 from TuSimple/docs 2021-07-05 16:58:58 +08:00
input-number feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
layout docs(layout): delete error attribute on n-layout-footer (#134) 2021-06-15 23:18:02 +08:00
legacy-grid feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
list
loading-bar feat(loading-bar): export LoadingBarApi (#354) 2021-07-03 00:08:53 +08:00
locales
log fix(log): warn on highlight.js when no language is set, closes #327 2021-07-01 00:03:21 +08:00
mention feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
menu test(menu): clean codes 2021-07-05 22:27:37 +08:00
message feat:(message): add useMessage usage link of prerequisite (#304) 2021-06-27 15:51:57 +08:00
modal fix(modal): still closes when on-negative-click returns false 2021-07-02 17:14:36 +08:00
notification feat(select): add render-label prop (#190) 2021-06-19 01:08:54 +08:00
page-header test(page-header): add NPageHeader test (#383) 2021-07-05 16:22:43 +08:00
pagination feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
popconfirm fix(popconfirm): popover internalExtraClass prop type error in popconfirm. (#381) 2021-07-05 14:50:21 +08:00
popover docs(popover) (#377) 2021-07-05 14:51:39 +08:00
popselect fix(dropdown): can't render n-popover in option (#311) 2021-06-28 01:17:36 +08:00
progress feat(use-theme-vars): add useThemeVars composable & remove n-element's abstract prop and theme vars from default slot 2021-06-23 09:03:24 +08:00
radio feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
rate refactor(rate): clean codes 2021-06-15 00:38:39 +08:00
result
scrollbar feat(tree-select): component (#211) 2021-06-21 15:48:15 +08:00
select fix(tag): lacks on-update-checked prop 2021-07-02 17:54:37 +08:00
skeleton
slider feat(slider): add tooltip prop, closes #362 2021-07-05 14:23:51 +08:00
space fix: test warnings 2021-06-17 22:04:06 +08:00
spin test(spin): fix rotate 2021-07-02 00:23:51 +08:00
statistic
steps deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
switch docs(switch): fix typo (#196) 2021-06-19 02:11:33 +08:00
table
tabs fix(tab-pane): throws error when using v-if 2021-07-02 10:59:22 +08:00
tag fix(tag): lacks on-update-checked prop 2021-07-02 17:54:37 +08:00
theme-editor deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
themes feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
thing deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
time
time-picker fix(input): clear button placeholder prevent clicking on actual component [#288] (#292) 2021-06-25 22:57:36 +08:00
timeline
tooltip fix(menu): tooltip's inner <a />'s style 2021-07-04 01:00:58 +08:00
transfer feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
tree feat(tree): exports TreeDragInfo & TreeDropInfo type 2021-07-06 16:17:39 +08:00
tree-select feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
typography feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
upload fix(upload): multiple=false doesn't work for drag & drop (#369) 2021-07-03 23:41:15 +08:00
components.ts feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
create.ts
global.d.ts deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
index.ts feat(use-theme-vars): add useThemeVars composable & remove n-element's abstract prop and theme vars from default slot 2021-06-23 09:03:24 +08:00
preset.ts refactor: remove service layout 2021-06-16 22:18:44 +08:00
styles.ts feat(tree-select): component (#211) 2021-06-21 15:48:15 +08:00
tsconfig.cjs.json
tsconfig.esm.json
version.ts 2.15.3 2021-07-05 17:02:15 +08:00