82 Commits

Author SHA1 Message Date
neverland
c265aa153f
fix(Popup): incorrect lock scroll in some cases (#6892) 2020-07-29 10:55:54 +08:00
neverland
2328983afa
feat(NumberKeyboard): add get-container prop (#6870) 2020-07-25 10:47:47 +08:00
neverland
3748ab646c
feat(ImagePreview): fit window resize (#6760)
* feat(ImagePreview): fit window resize

* fix(ImagePreview): incorrect max move
2020-07-11 11:25:57 +08:00
neverland
b944c2467b
fix(Checkbox): dynamic bind group (#6730) 2020-07-07 18:58:12 +08:00
neverland
ebe4036e1a
fix(Popup): lock-scroll not work in some cases (#6698) 2020-07-04 10:49:39 +08:00
chenjiahan
9d5b734170 chore: remove unused var 2020-07-03 16:46:18 +08:00
chenjiahan
1b58e872fd chore: remove mixin extend 2020-07-01 17:12:50 +08:00
neverland
16f54e3d75
fix(Popup): incorrect overlay z-index when reopened (#6429) 2020-05-31 20:33:07 +08:00
neverland
c5c2e9690d
refactor(Popup): create overlay for every popup (#6357) 2020-05-24 16:24:20 +08:00
neverland
a460425b26
fix(Layout): outside of the screen after setting gutter (#6143) 2020-04-27 10:49:24 +08:00
neverland
28bbef6b6f
fix(Checkbox): get changed value in click event (#6066) 2020-04-16 16:26:44 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
chenjiahan
f070773b42 fix(Popup): close-on-popstate not work when deactivated 2020-02-25 19:02:19 +08:00
陈嘉涵
c08db724a3 feat(Form): add validate-trigger prop 2020-02-19 17:25:30 +08:00
陈嘉涵
f204a9871a chore(Field): split validate method 2020-02-12 17:05:23 +08:00
陈嘉涵
48e443d0e2 feat(Form): support using RadioGroup 2020-02-11 09:05:10 +08:00
陈嘉涵
4dd41b23de feat(RadioGroup): add direction prop 2020-02-10 19:02:30 +08:00
陈嘉涵
494e303061 fix(Form): reset validate when checkbox changed 2020-02-10 11:04:03 +08:00
陈嘉涵
1fe96f3edc feat(Form): binding checkbox 2020-02-10 10:57:57 +08:00
陈嘉涵
52aa9e8559 fix(Popup): may throw error when using get-container and destroyed 2020-02-04 14:28:10 +08:00
陈嘉涵
207e80f396 chore: prettier all ts code 2020-01-19 15:27:28 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
d9d63959f5 feat: add use-lock-scroll hook 2020-01-13 16:37:27 +08:00
陈嘉涵
3d10d42fcc fix(Checkbox): only the icon is clickable when label-disabled 2020-01-11 08:54:07 +08:00
neverland
8dea26db95
fix(ImagePreview): close event triggered twice (#5411) 2019-12-28 08:43:57 +08:00
neverland
cd6050d3e4
fix(Rate、Slider): avoid Vue 2.6 event bubble issues (#5350) 2019-12-22 12:29:14 +08:00
neverland
6ed535c013
fix(Swipe): avoid Vue 2.6 event bubble issues (#5346) 2019-12-22 09:32:16 +08:00
neverland
961999dbbe
fix(Popup): should reopen when activated (#5286) 2019-12-16 20:20:32 +08:00
neverland
9033a968ec
feat(Popup): add close-on-popstate prop (#4845) 2019-10-26 15:31:45 +08:00
neverland
4e837ee558
feat(DropdownItem): add get-container prop (#4611) 2019-09-27 19:37:29 +08:00
neverland
f97b2bc7a5
feat(Checkbox): add bind-group prop (#4600) 2019-09-27 12:49:09 +08:00
neverland
a64c607d71
feat(CheckboxGroup): add checked-color prop (#4531) 2019-09-22 17:36:39 +08:00
neverland
314cfa6a14
feat(RadioGroup): add icon-size prop (#4529) 2019-09-22 17:17:29 +08:00
neverland
971b218873
feat(Popup): add close-icon-position prop (#4507) 2019-09-19 17:14:14 +08:00
neverland
2489ba2b79
fix(RadioGroup): disabled prop not work (#4242) 2019-08-26 16:31:59 +08:00
neverland
4cba618792
[improvement] List: unify text font-size (#4077) 2019-08-09 14:03:19 +08:00
neverland
19cd2ed38e
[improvement] optimize watch options (#4075) 2019-08-09 11:54:42 +08:00
neverland
ff85de854c
[bugfix] Popup: ensure z-index setting order (#4026) 2019-08-02 10:41:40 +08:00
neverland
bf71879988
[bugfix] find correct index of vnode in bindRelation (#4009) 2019-07-31 11:10:33 +08:00
neverland
4d8c4df5fe
[bugfix] Radio: can't select when click gap (#4007) 2019-07-30 20:44:02 +08:00
neverland
3a77666e49
[improvement] update lint rules (#3970) 2019-07-26 11:47:17 +08:00
neverland
cc445dfc00
[bugfix] Dialog: closeOnPopstate can't be disabled (#3868) 2019-07-16 20:48:32 +08:00
neverland
32f19c5561
[bugfix] Popup: overlay may cover popup in some cases (#3831) 2019-07-11 20:13:04 +08:00
neverland
db8428dd19
[new feature] DropdownMenu: add close-on-click-outside prop (#3824) 2019-07-11 16:56:44 +08:00
陈嘉涵
4b829ea7dd [improvement] rename suffixPx to addUnit 2019-07-08 17:42:24 +08:00
neverland
be96fa2233
[improvement] make props less magic (#3775) 2019-07-08 16:18:19 +08:00
陈嘉涵
f6e69f3caa [new feature] add overlay component 2019-07-06 15:18:37 +08:00
neverland
2df51f5aef
[improvement] add closeOnPopstate mixin (#3708) 2019-07-01 16:29:47 +08:00
neverland
abe3e59bed
[improvement] mixins typescript (#3690) 2019-06-29 11:31:53 +08:00