songwanli2025@163.com
0b8b3dfd34
fix(calcPlacementTransform): fix popover position transform
2019-12-31 16:01:00 +08:00
07akioni
3496883bd9
build: use rollup to build seperated bundle
2019-12-30 13:15:14 +08:00
07akioni
1a17ac4645
refactor(placeable): calc position logic
2019-12-28 22:44:05 +08:00
07akioni
ff4d3f10a3
feat(zIndexManager): rearrange zindex after many zindex updates
2019-12-26 17:14:52 +08:00
07akioni
8963a9a61f
perf(select): impore pref
2019-12-26 14:48:45 +08:00
07akioni
9db4e0edaa
refactor(select): imporve perf & api change
...
1. restrain option value to string & number, for find id by value is a huge overhead when where is too many options.
2. use value as option.id, for the same reason
3. imporve the perf of select by remove some bottle neck function
2019-12-26 01:32:36 +08:00
07akioni
b7c13912f5
fix(select): support functional component in some utils
2019-12-25 19:29:47 +08:00
07akioni
6ee7ced770
refactor(tree): change apply drop insert after logic
2019-12-24 21:49:19 +08:00
songwanli2025@163.com
26442f33e0
fix: fix code smell
2019-12-23 17:40:37 +08:00
songwanli2025@163.com
e84b3d39b7
fix: lint
2019-12-18 16:05:10 +08:00
07akioni
7dc8084a89
Merge branch 'develop' of ***REMOVED*** into develop
2019-12-18 15:36:00 +08:00
songwanli2025@163.com
5f1c73fe8a
fix code smells & bug
2019-12-17 15:42:55 +08:00
songwanli2025@163.com
4f90dd3b05
merge from upstream
2019-12-17 14:36:37 +08:00
JiwenBai
4bbdf5b1cd
fixed: some code smells and bugs
2019-12-17 10:50:23 +08:00
07akioni
a7181790a6
refactor(log): wip
2019-12-16 19:00:34 +08:00
07akioni
57713cfd40
refactor(nofitication): internally refactor
2019-12-07 23:13:52 +08:00
07akioni
a3b970ffe2
chore: rename some files...
2019-12-06 23:11:15 +08:00
07akioni
7c3f6b9aef
refactor(message): code clean
2019-12-06 18:23:01 +08:00
07akioni
3eb275c70b
refactor(loading-bar): remove some bad looking code
2019-12-06 16:52:31 +08:00
07akioni
ee21dd7056
feat(dropdown): submenu positioning
2019-12-03 21:35:39 +08:00
07akioni
ac215d0a2d
refactor(dropdown): wip... there still a long way to go...
2019-12-02 20:57:09 +08:00
07akioni
86c9c52949
refactor(dropdown): wip
2019-12-01 22:55:39 +08:00
07akioni
2a347269c0
refactor(config-provider): clean app named related vars
2019-11-28 16:17:21 +08:00
07akioni
3ef604a31a
refactor(holloutable): use inline css
2019-11-28 14:42:11 +08:00
07akioni
554b929030
refactor(modal): code clean & props clean
2019-11-14 19:13:14 +08:00
07akioni
fdad44af2b
refactor(form): work in progres
2019-11-01 19:01:55 +08:00
07akioni
8c8b25020a
feat(icon): as avg
2019-10-24 18:04:31 +08:00
07akioni
413f32edce
refactor(time-picker): remove momentjs
2019-10-19 21:42:14 +08:00
songwanli2025@163.com
afc5932066
merge: merge from upstream/develop
2019-10-18 17:26:11 +08:00
songwanli2025@163.com
cc64afeefd
feat(Notificatoion): add theme to Notification
2019-10-18 17:14:47 +08:00
07akioni
fe56cea179
fix(placeable): transform origin wrong when at top end
2019-10-17 23:21:22 +08:00
07akioni
91945ba767
feat(input): split mode of input
2019-10-17 14:03:09 +08:00
07akioni
f169d82a5f
refactor(checkbox): api change & use provide inject
2019-10-11 17:01:23 +08:00
07akioni
a60ef3ce5e
feat(loading-bar): light theme
2019-10-08 14:14:30 +08:00
07akioni
651a275511
feat(message): light theme
2019-10-08 13:34:34 +08:00
07akioni
b85271ebda
refactor(confirm): refactor & support light theme
2019-09-28 18:50:56 +08:00
07akioni
026532290e
feat(popover): transform origin
2019-09-27 22:27:25 +08:00
07akioni
9019fe4fba
fix: using reszie-observer-polyfill
2019-09-22 23:41:47 +08:00
07akioni
ec8b5ae386
refactor(scrollbar): use ResizeObserver to detect content size change
2019-09-20 18:19:24 +08:00
07akioni
2716f30286
fix(hollowoutable): typo...
2019-09-20 17:35:31 +08:00
07akioni
c61a689384
fix(hollowoutable): typo
2019-09-20 00:20:17 +08:00
07akioni
5cbc286d03
chore: change some var name related to hollowoutable
2019-09-19 11:17:55 +08:00
07akioni
71d4835ba8
perf(hollowoutable): reduce dom operation
2019-09-19 11:13:05 +08:00
07akioni
b41c34039e
fix: remove some console log which may cause memory leak
2019-09-16 12:12:07 +08:00
07akioni
6833c999a2
fix(tree): transition should be disabled when drop
2019-09-15 15:47:56 +08:00
07akioni
9b4ca92d21
fix(tree): leaf status not correct
2019-09-15 13:31:26 +08:00
07akioni
dc1391cb4e
feat(tree): draggable
2019-09-15 10:45:34 +08:00
07akioni
e5feda9baf
refactor: move delegate utils into a single folder
2019-09-13 20:48:11 +08:00
07akioni
268c5a0905
feat(slider): not finished
2019-09-05 18:06:01 +08:00
07akioni
9c976c8f65
refactor(popover): remove all wrappers
2019-09-02 15:55:23 +08:00