naive-ui/src
doom-9 9dd2633951
feat(slider): add format-tooltip prop (#468)
* feat(slider): add format-tooltip prop

* feat(slider): fix code

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

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-10 22:44:10 +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 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 docs(rate, button) (#408) 2021-07-06 23:55:44 +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 refactor(carousel): clean code 2021-07-10 01:45:33 +08:00
cascader feat: adds support for the enter key on the numeric keypad (#341) 2021-07-01 11:14:51 +08:00
checkbox chore: fix imports 2021-07-07 00:44:37 +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 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 docs(descriptions): add description in api table (#297) 2021-06-26 00:07:16 +08:00
dialog chore(dialog): clean codes 2021-07-09 00:40:27 +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 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 chore: sync docs (#455) 2021-07-09 00:51:35 +08:00
form refactor(form-item): label-align 2021-07-05 14:08:36 +08:00
global-style refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
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 fix(image-group): n-image-group zoom scale initialied (#430) 2021-07-08 23:48:24 +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 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 refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
loading-bar feat(loading-bar): export LoadingBarApi (#354) 2021-07-03 00:08:53 +08:00
locales feat(data-table): locale of selection dropdown 2021-04-21 00:06:24 +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 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 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 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): refactor half 2021-07-10 01:08:25 +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 fix(select): options are not updated properly, closes #441 2021-07-09 00:35:14 +08:00
skeleton refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
slider feat(slider): add format-tooltip prop (#468) 2021-07-10 22:44:10 +08:00
space fix: test warnings 2021-06-17 22:04:06 +08:00
spin chore: fix imports 2021-07-07 00:44:37 +08:00
statistic refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
steps chore(steps): optimize props declaration 2021-07-08 23:59:20 +08:00
switch docs(switch): fix typo (#196) 2021-06-19 02:11:33 +08:00
table refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
tabs test(tabs): empyt tab pane 2021-07-08 09:37:41 +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 refactor: rename useLocale return fields 2021-04-24 12:41:35 +08:00
time-picker fix(input): clear button placeholder prevent clicking on actual component [#288] (#292) 2021-06-25 22:57:36 +08:00
timeline refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
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 chore: sync docs (#455) 2021-07-09 00:51:35 +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 test(typography): add typography test (#417) 2021-07-06 23:40:06 +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.4 2021-07-09 01:01:05 +08:00