naive-ui/src
kalykun 96ae3a38dd
feat(input): add show-password-toggle prop to support show & hide password (#179)
* feat(n-input): add show-password attribute to support show & hide password

* feat(n-input): update show-password-toggle attribute

* docs: fix typos

* feat(n-input): remove unnecessary code

* feat(n-input): trigger click to show & hide password

* feat(n-input): add icon component prop onMouseup

* style(icon): add style to the eye icon

* style(n-input): modify css
2021-06-18 21:23:08 +08:00
..
_internal feat(input): add show-password-toggle prop to support show & hide password (#179) 2021-06-18 21:23:08 +08:00
_mixins refactor(use-rtl): optimize watchEffect 2021-06-13 14:05:43 +08:00
_styles feat(tabs): add box shadow to indicate scroll status 2021-05-26 01:36:06 +08:00
_utils feat(dropdown): support class (#181) 2021-06-17 21:56:00 +08:00
affix docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
alert docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
anchor docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
auto-complete docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
avatar fix: test warnings 2021-06-17 22:04:06 +08:00
back-top docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
badge docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
breadcrumb docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
button docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
calendar docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
card docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
cascader Merge pull request #166 from TuSimple/docs 2021-06-16 23:42:23 +08:00
checkbox docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
code docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
collapse fix: test warnings 2021-06-17 22:04:06 +08:00
color-picker docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
config-consumer/demos docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
config-provider refactor: remove config-consumer (#142) 2021-06-16 13:13:36 +08:00
data-table docs: update affix ~ data-table doc (#126) 2021-06-16 15:06:09 +08:00
date-picker feat(date-picker): add footer slot (#70) 2021-06-11 17:40:17 +08:00
descriptions refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
dialog Merge pull request #116 from TuSimple/docs 2021-06-14 23:35:29 +08:00
divider feat(divider): wai-aria 2021-06-06 18:25:13 +08:00
drawer feat(drawer-content): closable prop (#140) 2021-06-16 11:47:20 +08:00
dropdown feat(dropdown): support class (#181) 2021-06-17 21:56:00 +08:00
dynamic-input docs: optimize default slot template style 2021-06-16 12:58:14 +08:00
dynamic-tags docs(dynamic-tags): fix closable default value 2021-06-15 14:35:13 +08:00
element feat(element): pass themeVars to default slot & add abstract prop (#146) 2021-06-16 14:04:39 +08:00
ellipsis deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
empty refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
form feat(form): require-mark support left and right (#184) 2021-06-18 13:18:25 +08:00
global-style refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
gradient-text refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
grid feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
icon fix(icon): $parent.$options will be undefined in setup script (#185) 2021-06-18 10:55:56 +08:00
image refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
input feat(input): add show-password-toggle prop to support show & hide password (#179) 2021-06-18 21:23:08 +08:00
input-number feat(input-number): support keyboard events ArrowUp and ArrowDown opera… (#161) 2021-06-16 23:02:13 +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 refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
locales feat(data-table): locale of selection dropdown 2021-04-21 00:06:24 +08:00
log fix(spin): animation shifts (#66) 2021-06-11 00:37:59 +08:00
mention chore: update vueuc 2021-06-07 13:29:29 +08:00
menu feat(menu): supports use <a /> and <router-link /> as label (#117) 2021-06-15 00:37:18 +08:00
message fix(spin): animation shifts (#66) 2021-06-11 00:37:59 +08:00
modal docs(modal): fix preset dialog 2021-06-13 20:30:27 +08:00
notification docs(notification): fix typo (#92) 2021-06-13 00:40:32 +08:00
page-header docs(page-header): optimize intro 2021-06-06 12:25:22 +08:00
pagination fix(data-table): missing on-update-sorter, on-update-filter, on-update-page and on-update-page-size props 2021-06-14 22:46:52 +08:00
popconfirm fix(popconfirm): icon slot not working 2021-06-11 17:26:42 +08:00
popover feat(dropdown): support class (#181) 2021-06-17 21:56:00 +08:00
popselect chore: import fixes 2021-05-19 01:48:38 +08:00
progress feat(element): pass themeVars to default slot & add abstract prop (#146) 2021-06-16 14:04:39 +08:00
radio fix(radio-group): doesn't trigger form item validation 2021-06-15 18:36:29 +08:00
rate refactor(rate): clean codes 2021-06-15 00:38:39 +08:00
result refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
scrollbar fix(scrollbar): set width 100% to scrollbar... 2021-06-08 12:15:46 +08:00
select docs(select): fix group demo 2021-06-13 16:12:14 +08:00
skeleton refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
slider fix(slider): prevent default on touchstart to avoid page scrolling (#82) 2021-06-12 12:38:43 +08:00
space fix: test warnings 2021-06-17 22:04:06 +08:00
spin feat(spin): size prop support number type (#67) 2021-06-11 00:51:11 +08:00
statistic refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
steps deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
switch feat(switch): wai-aria 2021-06-06 11:24:48 +08:00
table refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
tabs fix(tabs): logs useless info 2021-06-11 17:28:00 +08:00
tag feat(tag): unstable rtl (#130) 2021-06-15 23:51:39 +08:00
theme-editor deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
themes feat(color-picker): make it work 2021-04-13 12:44:53 +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 deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
timeline refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
tooltip docs(tooltip): fix no arrow demo 2021-06-08 10:35:09 +08:00
transfer fix(form-item): custom width override (#175) 2021-06-17 16:43:21 +08:00
tree feat(tree): support disabled & checkboxDisabled on option. fix click on indent won't trigger select in block line mode (#160) 2021-06-16 22:03:57 +08:00
typography feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
upload fix: test warnings 2021-06-17 22:04:06 +08:00
components.ts refactor: remove config-consumer (#142) 2021-06-16 13:13:36 +08:00
create.ts refactor(create): remove all legacy codes 2021-04-07 02:27:27 +08:00
global.d.ts deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
index.ts feat(theme-editor) (#25) 2021-03-30 02:25:22 +08:00
preset.ts refactor: remove service layout 2021-06-16 22:18:44 +08:00
styles.ts feat(tag): unstable rtl (#130) 2021-06-15 23:51:39 +08:00
tsconfig.cjs.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
tsconfig.esm.json build: monorepo for themes 2021-02-10 20:35:50 +08:00
version.ts 2.12.0 2021-06-16 23:49:38 +08:00