148 Commits

Author SHA1 Message Date
neverland
29c63a905b
feat: ActionSheet、ShareSheet add before-close prop (#9068) 2021-07-19 21:02:42 +08:00
neverland
eaa9bf3680
feat(Popup): add before-close prop (#9067) 2021-07-19 15:41:47 +08:00
neverland
2b0fdc4e26
fix(Popup): missing open、close event in some cases (#9065) 2021-07-19 15:06:14 +08:00
neverland
be3a7d7497
docs: fix gray typo (#8953)
* docs: fix gray typo

* docs: fix prettier issue
2021-06-29 20:41:29 +08:00
chenjiahan
981ad0f3ce docs: update componen varriable value format 2021-06-14 11:13:38 +08:00
chenjiahan
b3cc75dcbd docs: update component css vars value 2021-06-14 11:13:38 +08:00
neverland
8e3833acc8
docs: update component CSS variable names (#8857) 2021-06-14 10:23:47 +08:00
chenjiahan
710aebaee4 feat(style): component using basic css variables 2021-06-12 15:52:22 +08:00
chenjiahan
fe1cba97b7 feat(style): add component css variables 2021-06-12 15:52:22 +08:00
neverland
b2a090344f
docs: improve teleport description (#8819) 2021-06-07 19:25:06 +08:00
neverland
1bc497f3b3
feat(Popup): add overlay-content slot (#8794) 2021-06-01 19:22:50 +08:00
neverland
bd72be8f6a
feat(Popup): add icon-prefix prop (#8793) 2021-06-01 19:07:20 +08:00
neverland
b43822562f
feat: add onPopupReopen (#8641) 2021-05-01 16:40:50 +08:00
neverland
0e1609f017
docs: fix transition typo (#8623) 2021-04-26 20:48:37 +08:00
neverland
bd609e1df0
perf: add truthProp util (#8522)
* perf: add TruthyProp util

* chore: rename

* chore: upd
2021-04-14 10:26:21 +08:00
neverland
9deca34d1d
chore: remove object spead (#8514) 2021-04-12 20:57:24 +08:00
郑闯闯
15d901ad6a
fix: fix PopupCloseIconPosition type (#8480)
Co-authored-by: zhengchuangchuang <zhengchuangchuang@kuaishou.com>
2021-04-08 17:13:10 +08:00
dengrongyao
56429ad4e1 docs: 调整组件介绍文档 2021-04-08 09:57:55 +08:00
dengrongyao
55afff0e9c docs: Adjust punctuation 2021-04-08 09:57:55 +08:00
dengrongyao
2210f8240d docs: Supplement English intro 2021-04-08 09:57:55 +08:00
neverland
f7706fb179
docs: add component registration link (#8378) 2021-03-18 11:23:49 +08:00
neverland
b3146b9108
style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00
neverland
c424d6efcd
feat(Cascader): add close-icon prop (#8334) 2021-03-14 11:20:08 +08:00
neverland
1381070a12
chore: prefer named exports (#8315)
* chore: prefer named exports

* chore: fix import
2021-03-09 15:39:26 +08:00
neverland
ae40d40c24
types: improve generated component typing (#8308) 2021-03-08 16:52:15 +08:00
neverland
e540876398
refactor: reorganize all components (#8303) 2021-03-08 11:50:37 +08:00
chenjiahan
6e5329cbe0 chore: rename variables and comments 2021-03-02 17:55:22 +08:00
neverland
87b6654900
chore(Popup): adjust shared props (#8224) 2021-02-26 10:33:55 +08:00
neverland
f0f89f1c4c
chore: demo spec uses ts (#8197) 2021-02-22 20:53:07 +08:00
neverland
86b276caa5
fix(Popup): should watch lockScroll (#8169)
* fix(Popup): should watch lockScroll

* chore: oreder

* chore: upd

* chore: upd
2021-02-16 16:22:34 +08:00
neverland
6c89575946
types(Popover): use tsx (#8166) 2021-02-16 13:16:24 +08:00
neverland
8d379e0f00
types(Popup): position type (#8157) 2021-02-14 18:41:34 +08:00
neverland
08e928111b
types: using unknown instead of any (#8152)
* types: using unknown instead of any

* chore: UnknownProp
2021-02-14 12:37:02 +08:00
chenjiahan
e2e0f66fe6 types: test cases typing 2021-02-11 13:04:00 +08:00
neverland
0b68d3a141
types: improve ref typing (#8124)
* types: improve ref typing

* types: message
2021-02-10 20:57:24 +08:00
neverland
980ab18076
docs(Popup): remove legacy tips (#8116) 2021-02-09 21:14:08 +08:00
neverland
b50cd43921
types(Popup): use tsx (#8110)
* types(Popup): use tsx

* types: add PopupCloseIconPosition
2021-02-09 19:41:34 +08:00
neverland
0897d46143
feat(Popup): click-overlay add event param (#8107) 2021-02-09 16:45:42 +08:00
neverland
dcef90a2a3
docs: improve click event typing (#8106) 2021-02-09 16:35:54 +08:00
neverland
d2ab580f74
style: add var ext (#8063) 2021-02-02 20:31:14 +08:00
neverland
f630e7515b
style: add safe-area mixin (#8062) 2021-02-02 20:28:26 +08:00
neverland
8f2b03ec18
docs: improve classname typing (#7927) 2021-01-16 19:52:36 +08:00
neverland
e43ec34964
feat(Popup): overlay-class can be array or object (#7924) 2021-01-16 19:35:50 +08:00
chenjiahan
c553551578 feat(Toast): add overlayStyle option #7898 2021-01-14 21:13:04 +08:00
chenjiahan
51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +08:00
chenjiahan
a0f18e1e57 test(Popup): update test cases 2021-01-04 20:49:51 +08:00
chenjiahan
c261bcc4a7 test: rename destroy to unmount 2021-01-02 20:51:50 +08:00
chenjiahan
0811479764 fix(Popup): should remove lock scroll before destroyed #7835 2020-12-29 20:40:25 +08:00
chenjiahan
c114a0ef47 fix(Popup): lockScroll not work #7738 2020-12-27 21:13:07 +08:00
chenjiahan
54fab50c3c docs: remove legacy locale mixin 2020-12-15 17:01:55 +08:00