naive-ui/src
zoomdong b674a8541c
feat(color-picker): action prop (#533)
* feat: color-picker support control

* chore: update code

* chore: update code

* chore: update code
2021-07-23 00:18:46 +08:00
..
_internal fix(select): placeholder & label transition (#458) 2021-07-10 01:44:41 +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
_utils feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
affix
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 Merge pull request #523 from TuSimple/docs 2021-07-16 01:37:40 +08:00
back-top
badge feat: Add native title attributes where necessary (#365) 2021-07-04 00:04:56 +08:00
breadcrumb
button docs(rate, button) (#408) 2021-07-06 23:55:44 +08:00
calendar fix(calendar): default-value prop cannot be used (#519) 2021-07-16 00:18:32 +08:00
card test(card): add card test (#290) 2021-06-25 10:39:15 +08:00
carousel feat(carousel): add active transform style for button (#534) 2021-07-22 00:49:48 +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(checkbox): clean codes 2021-07-16 23:51:17 +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 feat(color-picker): action prop (#533) 2021-07-23 00:18:46 +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
config-provider feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
data-table chore: sync docs (#455) 2021-07-09 00:51:35 +08:00
date-picker fix(date-picker): provider pass date-locale doesn't work (#286) 2021-06-24 19:37:31 +08:00
descriptions fix(descriptions): cannot use v-for render child (#565) 2021-07-22 00:13:51 +08:00
dialog fix(dialog): dialog test failed (#578) 2021-07-22 21:55:32 +08:00
divider docs(divider): add divider docs (#437) 2021-07-07 23:46:06 +08:00
drawer chore: sync docs (#455) 2021-07-09 00:51:35 +08:00
dropdown feat(dropdown): add render-icon prop, optimization render-label prop (#517) 2021-07-20 00:05:26 +08:00
dynamic-input docs(dynamic-input): add dynamic-input docs (#469) 2021-07-12 00:09:58 +08:00
dynamic-tags docs(tag): update docs (#522) 2021-07-16 01:49:23 +08:00
element docs(element): docs (#528) 2021-07-16 23:16:19 +08:00
ellipsis docs: add ellipsis docs 2021-07-18 15:31:37 +08:00
empty feat(empty): optimization empty test 2021-07-18 16:44:33 +08:00
form docs(form): fulfill docs (#568) 2021-07-22 00:12:51 +08:00
global-style
gradient-text docs: add gradient-text docs 2021-07-19 22:07:31 +08:00
grid
icon docs(icon): 更新图标组件的说明文档 (#487) 2021-07-13 23:14:10 +08:00
image Merge pull request #523 from TuSimple/docs 2021-07-16 01:37:40 +08:00
input fix(input): fix clearable position (#431) 2021-07-07 23:48:51 +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
legacy-grid
list Merge branch 'main' into docs 2021-07-22 01:07:50 +08:00
loading-bar docs(mention): 更新提及组件的说明文档 (#525) 2021-07-16 23:23:21 +08:00
locales feat(color-picker): action prop (#533) 2021-07-23 00:18:46 +08:00
log fix(log): warn on highlight.js when no language is set, closes #327 2021-07-01 00:03:21 +08:00
mention Merge branch 'main' into docs 2021-07-22 01:07:50 +08:00
menu feat(dropdown): add render-icon prop, optimization render-label prop (#517) 2021-07-20 00:05:26 +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 docs(mention): 更新提及组件的说明文档 (#525) 2021-07-16 23:23:21 +08:00
page-header docs(page-header): update api table (#495) 2021-07-14 23:31:12 +08:00
pagination fix(pagination): page count is not correct when item-count is 0 2021-07-10 01:20:21 +08:00
popconfirm fix(popconfirm): popover internalExtraClass prop type error in popconfirm. (#381) 2021-07-05 14:50:21 +08:00
popover fix(image-group): n-image-group zoom scale initialied (#430) 2021-07-08 23:48:24 +08:00
popselect docs(popselect): add NPopselect docs (#529) 2021-07-17 01:06:06 +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 docs(radio, metion): update api table(#532) 2021-07-17 22:11:49 +08:00
rate chore: update docs 2021-07-16 01:45:11 +08:00
result fix(result): result svg cannot show (#429) 2021-07-08 00:10:31 +08:00
scrollbar fix(scrollbar): content style width can override default width (#461) 2021-07-10 01:46:14 +08:00
select docs(select): add select slots docs (#478) 2021-07-12 22:39:22 +08:00
skeleton
slider docs(slider): format tooltip 2021-07-22 23:41:27 +08:00
space test(space): update snapshot 2021-07-22 01:33:46 +08:00
spin chore: fix imports 2021-07-07 00:44:37 +08:00
statistic
steps chore(steps): optimize props declaration 2021-07-08 23:59:20 +08:00
switch Merge pull request #523 from TuSimple/docs 2021-07-16 01:37:40 +08:00
table fix(table): fix css attribute white-space (#482) 2021-07-13 00:07:31 +08:00
tabs test(tabs): empyt tab pane 2021-07-08 09:37:41 +08:00
tag Merge branch 'main' into docs 2021-07-22 01:07:50 +08:00
theme-editor
themes feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
thing
time
time-picker docs(timePicker): 更新时间选择组件的一部分参数说明 (#557) 2021-07-20 16:21:14 +08:00
timeline
tooltip fix(menu): tooltip's inner <a />'s style 2021-07-04 01:00:58 +08:00
transfer docs(list): update api (#563) 2021-07-22 00:23:31 +08:00
tree chore: update docs 2021-07-16 01:45:11 +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 docs(typography): update api table (#516) 2021-07-16 00:20:43 +08:00
upload feat(dropdown): add render-icon prop, optimization render-label prop (#517) 2021-07-20 00:05:26 +08:00
components.ts feat(carousel): new component (#248) 2021-06-23 08:30:35 +08:00
create.ts
global.d.ts
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
jest-setup.ts test(select): fix scrollTo warning 2021-07-23 00:05:30 +08:00
preset.ts
styles.ts
tsconfig.cjs.json
tsconfig.esm.json
version.ts 2.15.5 2021-07-16 01:50:51 +08:00