Commit Graph

7406 Commits

Author SHA1 Message Date
07akioni
10f5338661 docs(tree): check debug demo 2022-06-14 00:28:01 +08:00
07akioni
3329f6b5ef fix(dynamic-tags): on-create prop not working 2022-06-14 00:20:38 +08:00
07akioni
fcd9423005 chore(upload): button size 2022-06-12 22:05:06 +08:00
07akioni
92c8d00b45 fix(upload): image's corner may overflow item when list-type="image-card" 2022-06-12 22:02:03 +08:00
07akioni
6be7adfefb fix(upload): shows slot warning when list-type="image-card" 2022-06-12 21:41:37 +08:00
07akioni
c023232932 fix(upload): inner anchor element may show focus-visible outline style 2022-06-12 21:36:03 +08:00
07akioni
fcea87a078 fix(slider): mark line wrap isn't correct when it appears at right-most position 2022-06-12 21:27:59 +08:00
07akioni
cb173090ff fix(slider): test 2022-06-12 21:06:28 +08:00
07akioni
3e7856ad55 refactor(slider): handle slot => thumb slot 2022-06-12 21:01:14 +08:00
wegi8
e8541f99db
feat(slider): add handle slot (#3009)
* feat: add a identity slot for Slider Component

* chore: update the CHANGELOG

* chore: migrate demo

* chore: rename slot name and className

* chore: replacing `slot` with `resolveSlot` and fixing focus level problems
2022-06-12 20:14:20 +08:00
07akioni
4e2d4ac427 feat(modal): can handle esc key pressing correctly with inner popup component like n-select, closes #2973 2022-06-12 19:04:45 +08:00
07akioni
bbde25b382 fix(tree): throws error on async expanding data with :expand-on-click="true", closes #3089 2022-06-12 18:15:49 +08:00
07akioni
c66069b10f feat(data-table): adds default-expand-all prop, closes #3073 2022-06-12 18:04:49 +08:00
07akioni
014ddea7de refactor(input): pattern -> allow-input 2022-06-12 17:07:09 +08:00
不见月
599d524b35
feat(input): support pattern (#3091)
* feat(Input): support pattern

* chore

* chore: demo

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-06-12 15:57:56 +08:00
XieZongChen
369b7f0a3c
feat(input): add trim prop (#2731)
* feat(input): add trim props

* feat: optimize code

* feat: optimize code

* docs(input): add trim demo

* feat: optimize code

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-06-12 14:31:46 +08:00
07akioni
8f95d836a0 docs(alert): empty debug 2022-06-12 14:31:05 +08:00
07akioni
111419a88d fix(layout): won't keep scroll state in keep-alive component, closes #3054 2022-06-12 13:44:59 +08:00
07akioni
3d2bb12e98 fix(date-picker): year & month quick jump may be disabled after is-date-disabled is set, closes #3068 2022-06-12 12:58:04 +08:00
07akioni
ef1d9b14e7 chore: fix typo 2022-06-12 11:53:21 +08:00
07akioni
68d0097e67 feat(data-table): adds scrollTo method, closes #2570 2022-06-12 11:52:31 +08:00
07akioni
f2a8dfcc52 chore: fix typo 2022-06-12 01:29:14 +08:00
07akioni
24075c8cb7 feat(pagination): adds dropdown menu for fast jump button 2022-06-12 01:27:32 +08:00
Julian Hundeloh
7b8f02955e
feat(upload): disable dragger when maximum number of files was reached (#3088)
* feat: disable dragger when maximum number of files was reached

* docs: provide demo

* docs: add changelog

* docs: add chinese example

Co-authored-by: Julian Hundeloh <julian@hundeloh-consulting.ch>
2022-06-12 01:26:05 +08:00
Julian Hundeloh
23d1676f3b
fix(upload): make createImageDataUrl more memory efficient (#3087) 2022-06-11 17:38:46 +08:00
07akioni
d1e6ae2996 fix(data-table): fixed selection may overlap with other fixed columns if it's width is not default, closes #3067 2022-06-11 01:17:32 +08:00
07akioni
48ffb192bc feat(cascader): will show corresponding submenu after checkbox is clicked, closes #3079 2022-06-11 00:25:34 +08:00
07akioni
7063b048d8 fix(button): is focused after click with :focusable="false", closes #3071 2022-06-11 00:06:09 +08:00
07akioni
9bd1fdc45b feat(tree-select): adds arrow slot, closes #3084 2022-06-10 23:28:49 +08:00
07akioni
38a9a8d5cb docs: fix typo 2022-06-09 03:02:29 +08:00
07akioni
e7e2237ee2 Merge branch 'main' into docs 2022-06-09 02:47:48 +08:00
07akioni
56896c7d4c 2.30.3 2022-06-09 02:46:54 +08:00
07akioni
1b0691202a docs(umd): demo link 2022-06-09 02:41:29 +08:00
07akioni
631fcf608c docs(changelog): umd 2022-06-09 02:36:22 +08:00
07akioni
0c3633404b docs: fix typo 2022-06-09 02:35:21 +08:00
07akioni
d449c1f613 docs(umd): using umd 2022-06-09 02:33:40 +08:00
07akioni
e9e498c814 2.30.3-beta.1 2022-06-09 02:19:50 +08:00
07akioni
20eda8a71f feat: support umd install naive directly 2022-06-09 02:14:35 +08:00
07akioni
864cb99a84 2.30.3-beta.0 2022-06-09 01:58:38 +08:00
07akioni
05fb84657d fix: type 2022-06-09 01:53:08 +08:00
07akioni
85be32d6f5 refactor: config umd build 2022-06-09 01:39:05 +08:00
07akioni
ad697e52d8 feat(space): use gap CSS property if possible, closes #3053 2022-06-09 01:12:41 +08:00
07akioni
4b474454ef fix(cascader): will expand menu to selected value, closes #3058 2022-06-09 00:39:25 +08:00
07akioni
87433d52d0 fix(calendar): key 2022-06-09 00:10:38 +08:00
07akioni
0d0f400d12 fix(calendar): doesn't call on-panel-change when date of other months is clicked, closes #3063 2022-06-09 00:06:46 +08:00
07akioni
9445488811 fix(drawer): show-mask prop will warn if 'transparent' is passed 2022-06-08 23:33:58 +08:00
keuby
5dcf6e8322
build: add umd build script (#3060)
Co-authored-by: knight.chen <knightch@knx.com.cn>
2022-06-08 23:25:53 +08:00
07akioni
12957bc657 docs(cascader): fix en 2022-06-08 18:25:24 +08:00
07akioni
39b2b629a6 docs: fix allow-checking-not-loaded 2022-06-08 18:24:49 +08:00
07akioni
467ddcc484 fix(cascader): overflow count tag's popover can't scroll after filterable is set, closes #3061 2022-06-08 18:08:11 +08:00