yxw
8438b1aaab
feat: add text keyboard parameter,and update demo ( #566 )
2020-09-04 11:24:50 +08:00
James Yeung
716785b6b2
fix(module: upload): fileList can't be refreshed while it was changed ( #561 )
2020-09-02 15:15:59 +08:00
TimChen
2e9b89f3e5
fix: modal button sort ( #553 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-02 14:56:20 +08:00
changfeng1800
47128f58f1
docs: add more chart demo ( #537 )
...
* feat: add bubble,bullet, column, combo,rose,scatter,sparkline,step and treemap in chart demo
* fix: wrong changes
* chore: update charts package
Co-authored-by: brian.shang <brian.shang@we-online.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-01 00:19:52 +08:00
James Yeung
e3bb43a3ff
fix(module: checkbox): options.value works incorrectly ( #554 )
2020-08-31 23:41:33 +08:00
TimChen
3d23cfd5c1
fix(module: pageheader): onback icon ( #544 )
...
* feat: fix pageheader onbackicon
* docs: pageheader doc
* docs: pageheader
* fix: anchor _flatLinks is null bug
* fix: custom icon
* fix: custom icon and statictic value converting
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-31 11:51:11 +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
zxyao
ec6886ae24
feat(module: modal): support draggable ( #523 )
...
* feat(module: modal): allow drag Modal
* feat(module: demo): add draggable modal demo
* fix(module: modal): support reset position on show in draggable mode
* fix: width error when modal close immediately after opening
* docs: change demo order of Modal compontent
* fix: modal reset to antd style when close immediately after opening
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 07:28:44 +08:00
James Yeung
07747546ce
fix(module: steps): incorrect activation and clickable ( #530 )
2020-08-23 21:20:29 +08:00
James Yeung
a6539a2a24
docs: update webassembly packages ( #528 )
2020-08-23 17:17:24 +08:00
zxyao
84a3b742c2
feat(module: modal): support getting the result from confirm ( #476 )
...
* feat(module: confirm): support blocking to get the result of confirm
* refactor: change modalservice Confirm return value,add ConfirmAsync FUNC
* feat: add ConfirmService
* fix: button text
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-22 09:24:55 +08:00
Henry.zhang
2a60383a93
feat: add more demo on area chart ( #488 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-17 00:22:50 +08:00
Henry.zhang
4e0a3028bb
fix: get the icon list of application icons from existed IconServices ( #506 )
...
* feat: get the icon list of application icons from existed IconServices
* fix: iconlist always is loading issue
2020-08-16 22:51:24 +08:00
笨木头
e42aa8aeb7
feat(module: range-picker): support form ( #496 )
...
* feat(module: range-picker): support form
* fix(module: range-picker): has no default value in from
* fix: picker's close behaviour and range arrow's style is wrong
* feat(module: datepicker): change placeholder on mouse over
* style(module: datepicker): adjust range arrow
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-14 12:43:48 +08:00
Henry.zhang
7b31935f74
docs: add icon list ( #478 )
...
* feat: add icon list for demo page of icon
* feat: add copy function for icon list
* feat: get existed icon
* feat: remove some blanks in list.razor
* feat: remove some blanks
* fix: default value is outline for icon list
* fix: click to copy for icon list
* feat: add async to load icon list
* feat: update iconlistService
* chore: update icons
* fix: icon load async
* feat: add application icons in IconlistServices
* fix: remove the exist icon from existed catogory if duplicated
* fix: add @key for list items
* fix: revert the change
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-14 07:13:28 +08:00
James Yeung
81cce2a2d5
fix(module: radio): disabled in radio group doesn't work ( #503 )
2020-08-13 23:32:51 +08:00
James Yeung
9b0f95ef3a
fix(module: alert): close motion 'Smoothly Unmount' ( #502 )
...
* fix(module: alert): close motion
* fix: add de
2020-08-13 16:04:58 +08:00
James Yeung
a4823c49d8
fix(module: tabs): missing evnet callbacks ( #497 )
2020-08-11 22:26:49 +08:00
James Yeung
914421651b
feat(module: list): add OnItemClick event callback for list items ( #489 )
...
* feat(module: list): add event callback for list items
* docs: add onitemclick in doc
2020-08-10 23:58:17 +08:00
James Yeung
d84300651d
fix(module: table): formatting with nullable type for table column ( #487 )
2020-08-10 16:05:50 +08:00
Kieran Coldron
853ba18649
feat(module: badge): add badge ribbon ( #484 )
...
* feat: badge ribbon
* fix: demo for ribbon
* docs: add chinese api doc for ribbon
* fix: scroll number style
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-10 14:21:24 +08:00
Kieran Coldron
0420ae26dd
feat(module: steps): add progress step ( #468 )
...
* feat: add progress step
* docs: add demos
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-08 11:44:21 +08:00
Diego Frata
7016ce53c3
fix(docs): handles fallback to en-US if resources are not available ( #470 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-07 06:52:37 +08:00
Dragos Morar
e713b6e9c1
feat(module: carousel): add slick navigation methods ( #461 ) ( #462 )
...
* feat(module:carousel): add new methods (#461 )
* feat(module:carousel): add demo (#461 )
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-06 13:45:42 +08:00
ElderJames
c0ebae4407
docs: add charts demo ( #449 )
...
* docs: add charts demo
* refactor: directory and doc cli
* fix: component name
* fix: rebase conflict
* refactor: clean up
* fix: remove @page attributes
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-05 11:13:04 +08:00
James Yeung
6b50a4b35f
docs: fix styles ( #454 )
2020-08-04 15:10:29 +08:00
James Yeung
e9fed3ea00
feat(module: table): add router pagging demo ( #450 )
...
* feat(module: table): support router pagging
* fix: selection
2020-08-02 22:10:47 +08:00
James Yeung
afcc3c088c
fix(module: table): clear cached items that are not on current page ( #442 )
2020-08-01 23:45:48 +08:00
TimChen
4a7099e6a0
fix: autoComplete bind-value bug ( #440 )
...
* fix: autoComplete bind-value bug
* fix: currentValue
* fix: autoComplete
* fix: arrowDown
* fix: select bug
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-31 12:43:46 +08:00
Meeleem
8829a233be
feat(module: upload): support picture card ( #438 )
...
* feat(module: upload): Picture card demo
* fix: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-31 00:46:46 +08:00
James Yeung
1f76b2afc5
fix(module: checkbox): default value binding ( #437 )
...
* fix(module: checkbox): default value binding
* fix: default value for select-group
2020-07-30 23:54:31 +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
Zhiyuan Zheng
45c05ad1a4
docs: update the demo code for Loading Button ( #436 )
...
**Problem:**
According to the current implementation of Blazor(https://github.com/dotnet/aspnetcore/issues/16213#issuecomment-381124723 ), it runs in single-thread mode. Thus the call to `System.Threading.Thread.Sleep` will block the UI thread as well. It means when clicking the loading button, the UI freezes.
**Changes:**
Use `Task.Delay` which is a kind of built-in timer from dotnet. It won't block the UI thread.
*If we need to make more changes to make it happen in demo page, please let me know.*
2020-07-30 00:18:30 +08:00
liuhai
5fd4aa9a7d
fix(module: select): two-way binding #305 ( #320 )
...
* feat: add auto-complete component
* Select 组件
1. 组件支持双向绑定
2. 优化效率
3. 修复多选模式点击时下拉面板折叠问题
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-29 12:44:16 +08:00
James Yeung
0fa6c5eea9
fix(module: upload): add OnRemove delegate ( #434 )
2020-07-29 11:26:20 +08:00
Brian Ding
1883c52098
fix: missing language resources for 'Examples' ( #432 )
2020-07-28 16:26:43 +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
James Yeung
337afae0bb
docs: add home page ( #427 )
2020-07-26 19:20:16 +08:00
zxyao
5b328dbdc6
Issue 406 ( #420 )
...
* feat(module: tooltip): support markupstring rendering
* docs(module: tooltip): change JSX type to C# type
* fix(module: tooltip): change MarkupString rendering mothod
* refactor(module: tooltip): redundant code deleted
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-24 23:05:38 +08:00
Meeleem
7a37da6ca3
feat(module: upload): add directory upload demo ( #422 )
2020-07-24 17:11:13 +08:00
笨木头
7a4ab2a302
fix(module: dropdown): couldn't auto close menu ( #394 )
...
* fix(module: dropdown): couldn't auto close menu
* refactor(module: overlay): change public function to internal
* fix(module: dropdown): couldn't close in modal
2020-07-23 22:51:02 +08:00
Bishnu Rawal
b54b7ab913
docs: fix typo on table sizes demo ( #411 )
2020-07-23 00:48:25 +08:00
James Yeung
0f1c7eb41e
docs: fix menu order and demo rendering ( #410 )
2020-07-23 00:19:48 +08:00
James Yeung
04fc69fd4b
feat(module: tabs): two-way binding for ActiveKey ( #402 )
2020-07-22 00:30:31 +08:00
Brian Ding
dce779b46b
docs: add id to api header ( #397 )
2020-07-21 14:48:17 +08:00
Meeleem
32794af9a0
fix(module: upload): fix event listener ( #395 )
...
* fix(module: upload): fix event listener
* fix(module: upload): add dispose method
* Update components/upload/Upload.razor.cs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-21 12:53:56 +08:00
Meeleem
93045f5162
feat(module: upload): add support for fileList, pictureStyle and avatar ( #391 )
...
* feat (module: upload): FileList, PictureStyle, Avatar
* fix: adding eventlistener
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-21 00:16:02 +08:00
Mei
f9051fcf09
fix(module: modal): button text for confirm dialog ( #389 )
...
Co-authored-by: meijinyi <meijinyi@gloudtek.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-20 22:49:53 +08:00
James Yeung
9c484d379d
[WIP] docs: refactor layout ( #64 )
...
* feat: use generated menu
* fix: layout
* fix: repeated menu item (#381 )
* fix: 菜单重复的问题
* fix: adjust the order of menu item
* fix: adjust divider to layout
* fix: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
* fix: clean code
* fix: clean code
* fix: docs rendering
* feat: add prev-next nav
Co-authored-by: Henry.zhang <53967483+1002527441@users.noreply.github.com>
2020-07-20 22:28:09 +08:00
TimChen
2a8827f565
fix(module: descriptions): responsive issue ( #370 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-16 14:28:42 +08:00