James Yeung
fdbb825910
fix(module: input): composition event conflict ( #542 )
...
Co-authored-by: 笨木头 <musicvs@163.com>
2020-08-28 14:04:46 +08:00
TimChen
f09e71ba06
feat: auto complete refactor ( #529 )
...
* feat: auto complete refactor
* feat: autocomplete Refactor
* feat: autocomplete property
* feat: autocomplate
* feat: autocomplete
* feat: autocomplete
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 22:37:08 +08:00
James Yeung
13ee3634a0
chore: sync ant-design v4.5.4 ( #499 )
2020-08-13 06:43:07 +08:00
James Yeung
4c4f9b085c
chore: sync ant-design v4.5.1 ( #433 )
2020-08-02 15:13:53 +08:00
James Yeung
feae8a07f5
fix(module: input): incorrect OnPressEnter ( #435 )
...
* fix(module: input): incorrect OnPressEnter
* fix: can't fire onSearch event when search button is clicked
* fix: mack input value generic
Co-authored-by: 笨木头 <musicvs@163.com>
2020-07-30 09:06:56 +08:00
Henry.zhang
ceb95bbe69
feat: add overview ( #425 )
...
* feat: add overview page
* feat: update language changed in overview
* fix: add cover in demo
* fix: overview
* fix: width of docsearch inputbox
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-28 11:15:41 +08:00
笨木头
4d6c279e80
fix: input unusual by chance ( #340 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-12 00:28:10 +08:00
笨木头
f11fd0e103
refactor: improve input and textarea ( #317 )
2020-07-07 12:44:10 +08:00
TimChen
88860d3702
fix: input and textarea bug ( #308 )
2020-07-06 14:33:28 +08:00
笨木头
4a4dfcbd87
refactor(module: form): optimize performance ( #284 )
...
* refactor(module: form): optimize performance
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:32:36 +08:00
TimChen
97af3e080d
fix(module: input-number): crash for decimal greater then operator ( #262 )
...
* fix: inputnumber use decimal error
* fix : #264
* fix: clean up the code
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-06-29 00:26:11 +08:00
James Yeung
7b021638d9
fix: icon issues ( #260 )
...
* fix: icon issues
* fix: search suffix icon
2020-06-28 10:54:27 +08:00
liuhai
f914e6c4b3
feat: add auto-complete component ( #251 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 18:24:21 +08:00
TimChen
9d76e3f4d1
feat: input and inputNumber Supports generics ( #238 )
...
* feat: input and inputNumber Supports generics
* fix: remove debug code
* fix: inputNumber performance issues
* fix: number type limit and style
* fix: inputNumber code format optimization
* fix: inputnumber bug
* fix: inputnumber bug
* fix: drawer demo input generic
* fix: inputnumber Improve input experience
* fix: fix bugs
* fix: add some improvements
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 01:20:52 +08:00
James Yeung
bb6303a839
chore: sync ant-design v4.3.4 ( #223 )
2020-06-15 00:29:33 +08:00
笨木头
9bdfaa21f8
feat(module: textarea): support form ( #208 )
...
* feat(module: textarea): support form
* fix: clean the code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:56:01 +08:00
Henry.zhang
f9b615c2ca
feat: add more demos ( #197 )
...
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 19:41:00 +08:00
James Yeung
45ad7ef7ea
chore: sync ant-design v4.3.2 ( #194 )
2020-06-07 01:10:11 +08:00
笨木头
78a08fbd3d
feat(module: input components): support set size by form ( #191 )
...
* feat(module: input components): support set size by form
* fix: rebase conflict
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:47:18 +08:00
TimChen
b129c07bc1
Update Search.razor.cs ( #183 )
...
已经使用await进行了等待,没有必要固定等待10秒,而且查询请求也无法固定成10秒。
I have used "await" to wait, there is no need to wait for 10 seconds, and the query request cannot be fixed to 10 seconds.
2020-06-04 18:45:36 +08:00
笨木头
c3fc31c9b0
fix: input component bug ( #182 )
2020-06-03 20:29:28 +08:00
笨木头
a6596b15dd
fix: input error without form ( #179 )
...
* fix: input error without form
* refactor: optimize code
2020-06-03 09:58:11 +08:00
Henry.zhang
3492d546e3
refactor: add tag and card demo ( #173 )
...
* refactor: tag demo
* refactor: card demo
* fix: dynamic tag
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-02 13:26:27 +08:00
笨木头
c3b0b114e6
feat: add form(basic features) ( #168 )
...
* feat: add form(not complete yet)
* feat: add form(basic)
* refactor: change namespace
* feat(module: form): add onFinish, onFinishFailed, reset
* feat(module: form): add layout demo
* feat(module: form): update doc
* refactor: basic form
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-01 14:09:28 +08:00
James Yeung
8a2fdd5e06
chore: sync ant-design v4.3.0 ( #169 )
2020-05-31 16:00:40 +08:00
James Yeung
d16144ece0
refactor: remove the 'ant' prefix for some components that is already in demos ( #162 )
...
* refactor: button
* refactor: avatar
* refactor: alert
* fix: input group compact
2020-05-29 12:55:15 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00
James Yeung
69c9f044ef
chore: sync ant-design v4.2.5 ( #149 )
2020-05-25 12:38:07 +08:00
Henry.zhang
99e7745598
feat: rename and add input demo ( #132 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-20 12:57:16 +08:00
James Yeung
6789f28400
chore: sync ant-design v4.2.1 ( #104 )
2020-05-11 21:47:35 +08:00
James Yeung
f87e39aca0
chore: sync ant-design v4.2.0 ( #89 )
2020-04-30 10:55:54 +08:00
James Yeung
374929d16d
chore: sync ant-design v4.1.5 ( #84 )
2020-04-26 10:41:53 +08:00
ElderJames
8257c759bb
fix: clean many warnings
2020-04-24 18:32:50 +08:00
James Yeung
cc9e2df41c
refactor: standardized code specification ( #82 )
...
* refactor: standardized code specification
* fix: rebase conflict
2020-04-23 17:13:56 +08:00
James Yeung
25baec2cf8
chore: sync ant-design v4.1.4 ( #77 )
2020-04-20 10:04:24 +08:00
Brian Ding
41810622b3
feat: add component tabs ( #67 )
...
* fix autosize
* feat(module: tabs): add AntTabs
* chore(module:input): code improvement
* implement tab
* implement disable tab
* implement scroll tabs
* resume tabs demo page
* implement tabs prev/next calcaultion logic
* update nav bar render logic
* feat (module: tabs): implement rerender logic
* feat:(module: tabs): update render logic
* feat: (module: tabs): implement extra content
* feat(module: tabs): add panes dynamically
* feat(module: tabs): implement add tabs dynamically
* feat(module: tabs): implement remove tabs
* feat(module: tabs): Customized trigger of new tab
* fix(module: tabs): stop event propagation
* fix (module: tabs): close icon disappea
2020-04-16 12:05:59 +08:00
James Yeung
16df332a65
chore: sync ant-design v4.1.3 ( #73 )
2020-04-13 23:11:08 +08:00
James Yeung
9c3eb1e8cd
chore: sync ant-design v4.1.2 ( #70 )
2020-04-10 17:44:53 +08:00
Brian Ding
03fbdf7686
fix(module: input) fix textarea auto size ( #61 )
2020-03-31 21:23:25 +08:00
James Yeung
e4253622bd
chore: sync ant-design v4.1.0 ( #58 )
2020-03-30 09:53:10 +08:00
Brian Ding
ba5fab02c6
feat: add component input-number ( #45 )
2020-03-26 10:45:35 +08:00
James Yeung
d347e2028e
chore: sync ant-design v4.0.4 ( #35 )
2020-03-23 13:51:37 +08:00
Brian Ding
9c98b27e3b
add component input ( #33 )
...
* add input component
* fix menu
2020-03-23 09:31:08 +08:00
James Yeung
7c92f8eb14
chore: sync ant-design v4.0.3 ( #23 )
2020-03-16 12:37:25 +08:00
James Yeung
7e0a6ffc36
chore: sync ant-design v4.0.2 ( #4 )
2020-03-09 00:09:32 +08:00
James Yeung
84ca70e8b7
chore: sync ant-design v4.0.1 ( #2 )
...
fixed #1
2020-03-08 15:12:21 +08:00
ElderJames
47b2b86265
add gulp to complie less
2020-03-07 16:40:38 +08:00
ElderJames
7d15f20674
refactor: refactor the directory structure to match ant-design
2020-03-05 12:17:50 +08:00