James Yeung
09fcbc8e3d
feat(module: select): add a simple select with string type ( #836 )
2020-11-28 10:02:35 +08:00
TimChen
7ae4c559be
feat(module: form): simplify ColLayout ( #830 )
2020-11-27 16:41:26 +08:00
ElDiddi
41077bc2fb
refactor(module: select): completely new ( #800 )
...
* select-rewritten
select-rewritten
* modul: select - update 1
* select-update2
* select-update3
* select-update 4
* feat: append label tag & auto tokenization
* fix: conflict in drpdown demo
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-27 13:13:26 +08:00
Nino Padrutt
5809c80011
feat(module: date-picker): support localization ( #803 )
...
* start trying to add a different first day of the week based on localization.
* add first day of week parameter and get weekday local from .net
* fix some issues
* extend demo
* remove no longed needed Locale parameter
* fix range for selection
* add german localization
* add entry for API section
* remove obsolet things from the react ant documentation
* add description to chart documentation
* translate general configuration to english.
* code cleanup
* use LocalProvider to get first day of week.
* use localeprovider instead of date picker localization
* remove no longer used parameter
* delete no longer used interface
* change from enum to string due to parsing issue.
* add missing formats and use culture info from localprovider
* correct locales
* us Sunday as a default
* remove no longer used culture info parameter
* adjust locales
* add parameter for Locale instead of directly accessing it.
* add inheritance to access locale
* typo
* readd culture info parameter
* fixes for locale jsons
* adjust demo and api
* small adjustments on docs, set monday in chinese as first day of the week.
* use locale in calendar as well.
* adjust docs
* use enum
* adjust demo
* adjust for different starting date.
* add defaults for DatePickerLocale
* add short week days to locale files
* use days from locale file
* code cleanup
use consts instead of magic numbers, add code comment and use dayOfWeek As param instead of the whole locale object. Remove no longed used method.
* not sure about the chinese translation so I remove them
* Revert "not sure about the chinese translation so I remove them"
This reverts commit 54017513c7b684494cf06184b4051a4dcfc43850.
2020-11-25 11:08:12 +08:00
Diego Frata
cd7ff7d9f8
fix(module: tabs): stops tabs buttons from flickering when icons are present ( #822 )
2020-11-24 18:47:52 +08:00
笨木头
82a5326df1
docs(module: drawer): add dropdown in drawer demo ( #819 )
2020-11-24 12:19:55 +08:00
笨木头
405f4b153e
fix(module: date-picker): ExtraFooter disappear in month mode ( #820 )
2020-11-23 23:09:04 +08:00
笨木头
2d28ca9cb6
feat(module: dropdown): support context menu in net5 ( #815 )
...
* feat(module: dropdown): ContextMenu support offsetX/offsetY in net5
* fix: demo
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-23 13:34:27 +08:00
ElDiddi
ca35485370
fix(module: avatar): code cleaning, doc update ( #808 )
...
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-11-19 23:05:38 +08:00
ElDiddi
221ff173c2
fix(module: alert): code cleaning, doc update ( #806 )
...
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-11-19 18:39:14 +08:00
CYTings
e7ace7ab1e
Origin/doc/api ( #796 )
...
* Affix、AlertAPI文档
完善Affix、Alert的API文档
* anchor、autocomplete api
Complete the anchor component and autoconplete component api document
* Attribute initials capitalized
Completed Attribute initials capitalized
* avatar api
conpleted avatar api document
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-11-19 18:22:09 +08:00
Nino Padrutt
7c433d7b08
docs: translate for chart doc ( #804 )
...
* add description to chart documentation
* translate general configuration to English.
* delete empty files
* delete default description line.
* translate description to English
* translate Chinese texts to English
* correct and add translations
* add documentation to change data at runtime.
2020-11-19 17:15:47 +08:00
ElDiddi
4a1caf6c40
fix(module: affix): code cleaning, doc update ( #805 )
...
Co-authored-by: Lars Diederich <diederich@evodata.de>
2020-11-19 16:19:50 +08:00
Alex Friedman
456c0819ba
feat(module: table): add OnRowClick to Table component ( #785 )
...
* Add OnRowClick to Table component
This adds a new Parameter to the Table component called OnRowClick that will trigger whenever a user clicks on any of the rows in the table.
* Updated Table row click to pass RowData
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-18 17:10:35 +08:00
abdelkrim boutkhil
6b0e9cb153
fix(module: badge): preset color of ribbon ( #791 )
...
* Fix ribbon syle
Text color was same as background color.
* Ribbon documentation
Added two ribbon examples with color set (preset and custom)
* fix : badgeribbon html content
Html content must be the same as in the react version
* revert changes
We don't change less files. They are copied from react version.
* revert
* tests: fix badgeribbon unit tests
Modified expected html to match markup from react version.
* Update tests/badge/RibbonTests.cs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-11-17 16:38:32 +08:00
ElDiddi
f710fdae11
feat(module: menu): Menu Multiple and Menu-Item Title ( #787 )
...
* fix(module: menu): multiple and accordion demo
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-16 12:57:42 +08:00
Huei Feng
e672e4f363
chore: add .NET 5 target framework to all projects ( #758 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-14 23:44:48 +08:00
James Yeung
7fb7d36873
fix(module: progress): single stroke color ( #776 )
...
* fix(module: progress): single stroke color
* fix: change value type
2020-11-10 22:40:00 +08:00
James Yeung
fcd8393742
feat(module: table): support for tree data ( #771 )
...
* feat(module: table): support for tree data
* feat(module: table): support for tree data
* fix: tests
2020-11-09 22:17:27 +08:00
James Yeung
fec86ed11b
feat(module: table): support for expand row ( #768 )
...
* feat(module: table): support for expand row
* feat(module: table): add RowExpandable
2020-11-08 23:29:05 +08:00
James Yeung
c3484dd846
fix(module: table): pagination didn't change while pageindex was changed ( #767 )
2020-11-08 16:55:34 +08:00
TimChen
d95fd71eb0
refactor(module: auto-complate): add generic options ( #741 )
...
* feat: modify demo
* feat: refactor autocomplate
2020-11-02 23:05:17 +08:00
James Yeung
abb5791ddb
fix(module: input): doesn't show the loading icon on search was pressed 'enter' ( #752 )
2020-11-01 22:38:43 +08:00
笨木头
b4c8b52ba6
fix(module: date-picker): event callback args ( #713 )
...
* fix: rangepicker parameter error
* refactor: use EventCallback instead of Action
* refactor: use EventCallback instead of Action
* fix: rename the class name
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-29 01:20:11 +08:00
ElDiddi
7b4d258656
fix(module: select): fixed multiple issues #674 #557 #695 #588 #698 ( #718 )
...
* fix-module-select-commit3
fix-module-select-commit3
* fix: demo translation
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-25 14:59:10 +08:00
ElDiddi
2cd069a6ac
fix(module: transfer): fixed multiple issues #711 #645 ( #712 )
...
* fix(module: transfer): Fixed multiple issues
fix(module: transfer): Added localization support (LocaleProvider.CurrentLocale.Transfer). Property name is 'Locale'. #645
fix(module: transfer): Fixed no data image.
fix(module: transfer): Header alignment
fix(module: transfer): Fixed header count suffix
fix(module: transfer): Fixed a bug in the checkbox state if there is 'no item' or no 'not deactivated' item in the selection list.
fix(module: transfer): Duplicate item filter bug fixed (#711 )
feat(module: transfer): Added clear button to the filter input
feat(module: transfer): Filter option is now InvariantCultureIgnoreCase (please change it if there is a problem with chinese language)
style(module: transfer): removed unused usings, fixed some style issues
docs(module: transfer): Added Local Property description - Please take a look at the chinese version (Google translate)
* Update index.zh-CN.md
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-24 13:39:02 +08:00
James Yeung
0a44438cdc
docs: fix the missing globalization data by linking ( #688 )
2020-10-18 17:48:24 +08:00
TimChen
30d99c380b
refactor(module: autocomplete): optimize performance ( #686 )
2020-10-16 13:08:43 +08:00
ElderJames
698b509e2c
docs: enable the brotli compression ( #683 )
2020-10-14 23:50:00 +08:00
Brian Ding
20ec26034d
feat(module: back-top): display and disappear on scroll ( #679 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 17:33:36 +08:00
zxyao
6bf817d1ea
feat(module: modal): support creating Modal dialog from ModalService ( #676 )
...
* refactor: change the name of ModalRef to ConfirmRef
in order to create a Modal dialog in service mode
BREAKING CHANGE: all using of ModalRef must rename to ConfirmRef
* refactor: chang the name of ModalTemplate to ConfirmTemplate
in order to create a Modal dialog in service mode
BREAKING CHANGE: all using of ModalTemplate must rename to ConfirmTemplate
* feat(module: modal): support creating Modal dialog from ModalService
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 15:09:11 +08:00
James Yeung
66f6183e0f
feat(module: avatar): add avatar group ( #677 )
...
feat: add max count style
feat(module: avatar): add avatar group
2020-10-14 13:56:59 +08:00
James Yeung
547350f8a9
docs: update to .net5 rc2 ( #680 )
2020-10-14 13:28:33 +08:00
Kieran Coldron
83ab94cc92
fix(input): allow number type in input ( #630 )
...
* fix: allow number type in input
* fix: parse empty string to value
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-12 00:20:33 +08:00
TimChen
a2e4bc4ef3
feat: simplify drawer calling method ( #657 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-10 22:19:15 +08:00
TimChen
35b5029117
feat(module: auto-complete): add disabled and placeholder properties ( #655 )
...
* feat: add Disabled Placeholder
* fix: api doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 16:32:40 +08:00
TimChen
542b66d383
refactor: tree ( #672 )
...
* feat: refactor tree
* feat: refactor tree
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 15:13:32 +08:00
Vladislav Richter
7ed9c6550f
feat(module: collapse): panel toggle and SetActive propagation to Collapse, De/activate panels by keys ( #666 )
...
* When Panel is set as active, call parent Collapse in case it is in a accordion mode, Allow shortcut Toggle method and always null-check referenced Collapse.
* Alllow de/activating child Panels by their keys.
* docs: update the demo and api doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 14:11:23 +08:00
TimChen
914dfed427
feat: complete backtop ( #660 )
...
* feat: complete backtop
* fix: backtop
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-09 10:59:52 +08:00
James Yeung
c53f3a6291
docs: update charts library ( #659 )
2020-10-06 15:02:07 +08:00
bingbingtalk
0930f79da8
feat(module: table): add colspan & rowspan ( #649 )
...
* feat(module: table): add colspan & rowspan
* fix: unit test
* test: add colspan and rowspan case
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-28 16:06:02 +08:00
James Yeung
14e695d8aa
fix(module: badge): incorrect status dot & disappeared scroll number ( #642 )
2020-09-23 16:00:03 +08:00
James Yeung
61214c1c36
docs: workaround for the linker bug ( #641 )
2020-09-23 11:56:50 +08:00
James Yeung
500725f105
docs: disable the linker for workaround the table page breaking ( #638 )
2020-09-22 10:26:55 +08:00
笨木头
feef9f7863
fix(module: menu): rendering for lv >1 submenu is invalid ( #634 )
...
* fix: subMenu of subMenu rendering is invalid
* feat: add demo for 2 level submenu
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-21 01:01:14 +08:00
James Yeung
95c54a4461
fix(module: card): grid and tabs has wrong styles ( #627 )
2020-09-20 10:43:40 +08:00
笨木头
143b16335b
fix(module: select): incorrect dropdown style ( #629 )
2020-09-20 10:42:42 +08:00
James Yeung
196f8df66b
docs: fix prev-next navbar ( #625 )
...
* docs: fix prev-next navbar
* fix: prev next nav bar url
* Update PrevNextNav.raz
2020-09-19 09:33:50 +08:00
笨木头
edba6e5d4f
fix(dropdown, select): work incorrectly in modal ( #621 )
...
* fix(module: select): broken removing of selected tag
* fix: [dropdown、select] work incorrectly in modal
2020-09-19 09:15:16 +08:00
James Yeung
124df13fdb
fix(module: list): list item layout in ListItem ( #618 )
2020-09-18 00:03:44 +08:00
James Yeung
20c1197793
docs: follow up the .net 5 docs and fix the culture issue ( #615 )
2020-09-17 16:42:23 +08:00
James Yeung
e95ee75f80
chore: update the docs project to .net 5 rc1 ( #612 )
...
* chore: update the docs project to .net 5 rc1
* chore: update dotnet sdk for pr check actions
* chore: update cli to .net5
* fix: cli output path
* fix: also should install 3.1
* fix: switch installation sequence
* chore: update test to .net 5
2020-09-17 15:03:25 +08:00
笨木头
6d0d8020a3
docs(select&auto-complete): add popupContainerSelector demos ( #607 )
...
* docs: add popupContainer
* docs(module: auto-complete): add popupContainer demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-17 10:37:47 +08:00
James Yeung
128464c681
refactor(module: list): allow to setup each list item ( #603 )
...
* refactor(module: list): allow to setup each list item
* fix: itemLayout type
2020-09-17 10:09:20 +08:00
TimChen
19f51c87fa
fix(module: drawer): close event bug ( #599 )
...
* fix: drawer close event bug
* refactor: translate some comments
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-16 19:42:48 +08:00
TimChen
cbc5e823f0
refactor(module: all): separate the normal and template parameters ( #552 )
...
* fix: card title template
* fix: template:badge,collapse
* fix: comment refactor template
* fix: ribbonTests
* feat: descriptions refactor template
* feat: empty refactor template
* feat: list refactor template
* feat: menu refactor template
* feat: confirm add question icon
* feat: pageHeader and statistic refactor template
* feat: popconfirm refactor template
* feat: popver refactor template
* feat: result refactor template
* feat: step refactor template
* feat: switch refactor template
* feat: table refactor template
* feat: transfer refactor template
* feat: optimized code
* fix: pageheader
* refactor(module: empty): remove empty image constant images
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-16 13:58:16 +08:00
笨木头
d2c5202c51
refactor(module: select): add overlay, fix some serious bugs ( #584 )
2020-09-09 22:12:12 +08:00
zxyao
f509117d02
fix(module: drawer): merge oncancel and onclose ( #522 ) ( #547 )
...
* fix(module: drawer): merge oncancel and onclose (#522 )
* docs: update drawer docs
* fix: drawer service cannot catch onclose on 'x' clicked
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-09 11:33:41 +08:00
James Yeung
360fe0d3c0
fix(hosting): server prerendering issue ( #583 )
...
* refactor: rename JSInterop constants
* docs: fix typo
* fix: server prerendering issue
2020-09-09 00:52:14 +08:00
James Yeung
bd34858efd
feat: support for globalization & localization ( #578 )
...
* feat: add locale
* feat: add locale interfaces
* fix: add locale interfaces for components
* fix: use local classes instead of interfaces
* feat: implement the locale provider
* feat: make some components to support localization
* fix: default language
* fix: test
* chore: remove the useless reference
2020-09-07 22:46:50 +08:00
James Yeung
58504bba1b
refactor(formatter): merge the special method of timespan into formatter ( #575 )
...
* refactor(formatter): merge the special method of timespan into formatter
* test: add test for formatte
2020-09-06 15:31:40 +08:00
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
Brian Ding
e6f8ce66c7
feat(docs): add affixed demo anchor ( #366 )
...
* feat(module: anchor): update rendering when childcontent changed
* feat: add affixed demo list
* fix(module: affix): offsettop does not work until scroll to the top
* fix: display title
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-16 13:59:56 +08:00
笨木头
78abff551d
feat(module: form): add form-context demo, support FormProvider ( #362 )
...
* feat(module: form): add form-context demo, support FormProvider
* refactor: remove debug code
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-16 08:56:15 +08:00
Brian Ding
1fa3652d26
feat(module: slider): implement two-way binding ( #329 )
...
* feat(module: slider): implement two-way binding
* feat(module: slider): remove mouseup handler
* feat(module: slider): inherits from AntInputComponentBase
* fix(module: slider): onclick will be fired with onmouseup
* feat(module: slider): move convert method to public extensions
* feat(module: slider): update to fit form component
* fix(module: slider): two-way binding does not notify value change
* feat(module: slider): update input demo with two-way binding
* feat(module: slider): remove OnProertyChanged
2020-07-15 20:02:39 +08:00
James Yeung
e2de356301
fix(module: layout): missing OnCollapse event ( #363 )
2020-07-15 13:26:40 +08:00
James Yeung
8878b4a6f9
fix(module: menu): submenu can't open after collapsed recover ( #361 )
2020-07-15 01:00:06 +08:00
James Yeung
8a689ed837
feat(module: menu): add internal router link ( #359 )
2020-07-14 22:32:12 +08:00
James Yeung
9f6af264d0
fix(module: switch): two-way binding and loading ( #358 )
2020-07-14 17:07:50 +08:00
TimChen
c1f3371f9c
docs: fix model and drawer documentation errors ( #355 )
...
* docs: fix model and drawer documentation errors
* feat: add expand button
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-14 13:46:53 +08:00
笨木头
04d0066d75
feat(module: form): add customized-form-controls demo ( #354 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-13 23:27:33 +08:00
zxyao
3464d26003
fix(module: avatar): string content centered ( #352 )
...
* fix(module: avatar): string content centered
* fix: yml eol
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-13 23:13:25 +08:00
笨木头
0da743fab2
feat(module: form): add complex form control ( #349 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-13 12:26:09 +08:00
TimChen
1877592211
feat(module: modal): support template component ( #345 )
...
* feat: modal support template
* feat: modal update
* feat: modal update
* feat: modal update
* feat: modal update
* docs: fix ci
* fix: demo title
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-12 23:19:55 +08:00
RVS
04166ba276
feat(module: form): add IsModified
property ( #327 )
...
* feat: is form modified property and method exposed
subject: new method for form context, Is form modified
* fix: interface and doc
Co-authored-by: Ratomir Vukadin <ratomirvu@maestralsolutions.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-12 00:17:02 +08:00
笨木头
7d9d6fc89d
fix(module: form): value not change when model change ( #333 )
...
* feat(module: datepicker): support nullable type
* fix(module: cascader): displaytext did not change when bind-value change
* fix(module: form): can not change layout
* docs(module: form): add 'new model' test button
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-11 23:03:13 +08:00
Henry.zhang
ef22dd5a1b
feat: add mentions component ( #286 )
...
* feat: add mentions component
* fix: update with z-index
* feat: new mention components (unfinished)
* fix: show chinese letter for affix and tree
* refactor: clean code
* fix: the display position of the dropdown is consistent with the cursor
* fix: mistakes
Co-authored-by: ElderJames <shunjiey@hotmail.com>
Co-authored-by: zxyao <zxyao145@gmail.com>
2020-07-11 01:46:35 +08:00
chaldea
b8715bdd55
feat(module: step): support for template ( #342 )
2020-07-11 00:23:17 +08:00
James Yeung
726cff7a72
feat(module: table): support paging selection ( #341 )
...
* refactor: selection
* feat: add table datasource cache
* feat: support paging selection
* refactor: clean code
* fix: two-way binding for selecteditems
2020-07-10 17:57:20 +08:00
James Yeung
e9fb85175b
docs: replace algolia config items ( #338 )
2020-07-09 16:13:09 +08:00
Kieran Coldron
37be19ffea
feat: add algolia search ( #271 )
...
* feat: add algolia search
fix: component url with # at the end causing a crash
* refactor: seperate docsearch to seperate js file for code reuse
* fix: reorder css stylesheet so that search style is overwritten
fix: clean up mainlayout a bit
2020-07-09 14:20:29 +08:00
Henry.zhang
ff048780fa
fix(module: tabs) failure of the activekey ( #332 )
...
* fix: bugs in tabs, which set activekey invaild
* fix: udpate the demo with activekey
2020-07-08 23:01:00 +08:00
James Yeung
715149e21f
feat(module: table): sortable ( #319 )
...
* feat(module: table): add sorter
* feat: add sorter tooltip
* feat: add table change event
2020-07-08 16:12:49 +08:00
Henry.zhang
5f4af8fce8
fix(module: button): click animating ( #310 )
...
* feat: add animating for button component when mouseup event fired
* refactor: animating ? true : false replaced
* fix: wrong color of animating in danger mode for button component
* fix: reload timer when DelayElapsed。
* fix: replace timer with Task.run
* fix: bugs in button demo
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-07 22:45:13 +08:00
TimChen
a7253af7c8
fix: fix the form binding value bug ( #324 )
2020-07-07 19:13:34 +08:00
笨木头
f11fd0e103
refactor: improve input and textarea ( #317 )
2020-07-07 12:44:10 +08:00
James Yeung
e19d09fd96
feat(module: table): support string formatting for field columns ( #311 )
2020-07-05 00:09:53 +08:00
James Yeung
169b91e7d5
refactor(module: statistic): simplify format string for countdown ( #309 )
...
* refactor(module: statistic): simplify format string for countdown
* fix: wrong namespace
2020-07-05 00:08:33 +08:00
Henry.zhang
e5fb98d09f
fix(module: button): styles and demos ( #300 )
...
* fix: bugs in button, it dimension will be chaned when click on it
* fix: button style and demos
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-02 23:20:16 +08:00
Zhuangkh
ed33317c9e
feat: add popconfirm ( #288 )
2020-07-01 07:08:21 +08:00
Meeleem
1c90ee0333
feat: add upload component ( #276 )
...
* fix: fix invalid parameter "StrokeWidth"
* feat(module: upload): Classic file upload
经典模式文件上传功能
* fix( module: upload): fix Ext attribute, delete 'done' file function
* docs(module: upload): Demo and doc
* fix (file: interop.ts): Indent changed to 2 characters
* fix: menu
* fix: delete md files
* fix: docs
* feat (module: upload): DefaultFileList
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-01 06:49:51 +08:00
Brian Ding
8c8a2e3a79
feat: add anchor component ( #281 )
...
* feat(module: anchor): add component anchor
* feat(module: anchor): add component anchor
* feat(module: anchor): implement OnScroll
* feat(module: anchor): activate anchorlink
* feat(module: anchor): implement basic demo
* feat(module: anchor): implement static demo
* feat(module: anchor): add OnClick & OnChange
* feat(module: anchor): implement demos
* feat(module: anchor): move IAnchor to folder anchor
* fix: click hash link
* feat(module: anchor): improve cascading value & fix active anchor highlight
* feat(module: anchor): cascading root/parent
* fix(module: anchor): highlight active anchor link
* fix: remove duplicated cascading value
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:03:31 +08:00
Zhuangkh
225358982e
feat: add comment component ( #80 )
...
* feat:add AntComment
* refactor(comment): change namespcae to AntDesign
* docs: fix comment de
2020-06-30 15:25:21 +08:00
TimChen
8f00e1d393
feat: drawer support return value ( #279 )
...
* feat: drawer support return value
* feat: drawer supports return value
* feat: drawer support return value
* feat: drawer support return value
* docs: avoid duplicate names
* fix: demo
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 13:40:51 +08:00
BlazorPlus
fa310a664b
refactor: tree node template ( #278 )
2020-06-29 23:24:21 +08:00
TimChen
f537cee4b5
feat: radio supports generics ( #246 )
...
* feat: radio supports generics
* fix: code format
* feat: radio supports form
* fix: radio button style
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 23:19:25 +08:00
Kieran Coldron
8605e1289e
feat(module: table): add size, bordered option and footer/header ( #269 )
...
Signed-off-by: Epictek <kieran@coldron.com>
2020-06-29 15:52:28 +08:00
BlazorPlus
c67707a913
[WIP] feat: add AntTree ( #112 )
...
* feat:add AntTree
* tree - v0.2 , two mode
* feet: tree v0.2 , 2 mode
* feet:Tree
* refactor: set class on initialized
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 15:39:18 +08:00
James Yeung
afe8689084
fix(module: icon): click issue caused by StopPropagation ( #274 )
2020-06-29 13:30:44 +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
Zhuangkh
ce418494c3
feat: add popover ( #263 )
2020-06-29 00:15:03 +08:00
RVS
9e9c162015
feat: clearall method to clear all items in the list ( #259 )
...
* feat: clearall method to clear all items in the list
* fix: document
Co-authored-by: Ratomir Vukadin <ratomirvu@maestralsolutions.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-28 12:54:58 +08:00
Setli
4036be867d
feat: add list resposive ( #258 )
...
* feat: add list resposive
* Remove the comments
Co-authored-by: Setli <set_li@163.com>
2020-06-28 12:44:43 +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
Kieran Coldron
54e2cdaa84
docs: fix docs path in debug build ( #253 )
...
The current WorkingDirectory is set to $(SolutionDir) whilst $(SolutionDir)docs results in ../../docs
2020-06-27 15:28:05 +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
b8c88c84df
refactor: use httpclient factory ( #243 )
2020-06-24 12:14:17 +08:00
zxyao
db64810a20
feat: add DrawerService ( #241 )
...
* refactor: change confirm return
* feat(module: drawer): add DrawerService
* fix: change type EventCallback in configs to Func
* fix: typo
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-23 15:19:44 +08:00
ElderJames
4e500a6ffb
docs: update readme and docs
2020-06-20 01:03:06 +08:00
James Yeung
cae7e144b3
fix(module: table): selection reset while page changing. ( #236 )
...
* fix: selection
2020-06-19 23:06:33 +08:00
TimChen
24bbc9b1db
feat: add skeleton ( #234 )
...
* feat: add skeleton
2020-06-19 22:35:49 +08:00
TimChen
648f9c6a6b
feat: add collapse component ( #226 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-17 14:26:47 +08:00
James Yeung
c53c0b0525
fix(module: icon): base-address exception #228 ( #230 )
2020-06-16 16:25:22 +08:00
Bin Dong
d99f4f35a8
feat: add localization option to DatePicker ( #206 )
...
* feat: add localization option to DatePicker
* fix(module: datepicker): fix formatting issue
* fix: fix Week/Year panel miss matching
fix picker not update when setting CultureInfo
fix ShortWeekDays names and order
* fix: fix binding of CultureInfo in datetime demos
Add globalization demo
* fix: datetime string format
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-16 12:31:46 +08:00
TimChen
d68a2dbb87
feat: add Descriptions component ( #224 )
...
* feat: add page-header components
* feat: add page-header components
* feat: add page-header components
* docs: some bugs of PageHeader
* refactor: clean code
* feat: add Descriptions component
* feat: add Descriptions component
* feat: add Descriptions component
* feat: add Descriptions component
* feat: add Descriptions component
* fix: demo
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-15 22:23:08 +08:00
XuRui
6a52961487
feat: add select component ( #222 )
...
* fix: other values may exist in FileAttributes
* feat: add javascript interop for select component
* feat: init select component
* docs: add menu item to select docs
* feat: implement dropdownRender for select component
* docs: init select docs
* fix: remove 3.0 iframe
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-14 18:54:14 +08:00
James Yeung
7f4053c679
docs: fix pwa cache ( #221 )
2020-06-13 23:21:44 +08:00
TimChen
6e74917b43
feat: add page-header component ( #211 )
...
* feat: add page-header components
* feat: add page-header components
* feat: add page-header components
* docs: some bugs of PageHeader
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-13 00:47:00 +08:00
James Yeung
f73fcaf1b7
refactor: improve document performance ( #220 )
2020-06-13 00:23:03 +08:00
Brian Ding
0ab1859037
feat(module: carousel): scroll vertically for Left/Right DotPosition ( #216 )
2020-06-11 23:24:58 +08:00
James Yeung
4e490fdd26
refactor: remove Markdig and YamlDotnet ( #213 )
2020-06-11 10:18:00 +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
ab19703301
refactor: demos of icon, steps , tabs ( #199 )
...
* refactor: remove md of tabs demo
* feat: add demos of steps
* refactor: tabs demo
* fix: icon
* refactor: tag
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:44:21 +08:00
TimChen
f22f572880
feat: form supports loading state ( #202 )
2020-06-10 19:13:09 +08:00
Brian Ding
b5d3758e5e
feat: upgrade to the new tabs component ( #207 )
...
* feat(module: tabs): update tabs header & inker
* feat(module: tabs): update content holder
* feat(module: tabs): update disabled tab pane
* feat(module: tabs): upgrade to component demo
* feat(module: tabs): add operation button
* feat(module: tabs): add operation drop down
* fix(module: tabs): operation visibility
* feat(module: tabs): scroll tab bar
* fix: remove button and extra content
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 13:34:51 +08:00
大风
a377fe747c
feat: add component statistic ( #205 )
...
* feat: add-Statistic
* refactor: generic type
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-09 23:47:50 +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
笨木头
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
Henry.zhang
73c405d70d
refactor: add grid and carousel demo ( #187 )
...
* refactor: carousel demo
* fix: remove the ItemGroup from doc projects
* refactor: grid deom
* fix: remove itemgroup from project file antdesign.docs.csproject
* refactor: remove ant prefix
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:20:28 +08:00
James Yeung
63d09f76a5
feat(module: table): add selection ( #190 )
...
* feat: add pagination and empty
* fix: indent
* feat(module: table): add checkbox selection
* feat(module: table): add radio selection
* feat: add selected rows
2020-06-05 16:06:23 +08:00
James Yeung
757dd369f2
fix: menu title padding and layout demo ( #186 )
2020-06-04 14:48:13 +08:00
笨木头
e448d5cf0f
feat(module: input-number): support form ( #185 )
2020-06-04 12:02:19 +08:00
James Yeung
6680fcb3da
refactor: layout and mock-browser ( #184 )
2020-06-03 23:11:02 +08:00
笨木头
c3fc31c9b0
fix: input component bug ( #182 )
2020-06-03 20:29:28 +08:00
笨木头
cf959decf9
feat: add calendar ( #176 )
...
* feat: refactor datePicker, add Calendar(basic)
* feat: add calendar and demos
* fix: timePicker format error
* fix: release comments
* refactor: replace @bind-Value with Value
* refactor: replace @bind-Value with Value
* fix: conflit
2020-06-03 10:24:16 +08:00
James Yeung
a55a324f5c
fix: table pagination ( #178 )
...
* feat: add pagination and empty
* fix: indent
* fix: table pagination
2020-06-03 00:22:10 +08:00
笨木头
f29ca64372
feat(module: checkbox): support form ( #161 )
2020-06-02 20:27:53 +08:00
James Yeung
7e7d63aaec
feat(module: table): add pagination and empty ( #175 )
...
* refactor: add ChildContent and title for column
* feat: add pagination and empty
* feat(module: table): add officeial demo
* fix: indent
2020-06-02 19:15:15 +08:00
zxyao
6db07ad916
feat: add component modal ( #167 )
...
* feat: add component modal
* fix: adjust namespace and fix TAB keyboard bug
* fix: reset package.json to cuueernt head
* fix: remove antblazor.sln
* refactor: using c# to control the display and hiding of modal
2020-06-02 14:25:44 +08:00
liuhai
c39e143065
feat: add component cascader ( #172 )
...
* add component cascader
* fix: two-way binding
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-02 13:34:26 +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
大风
96fc45f4ae
feat: add Rate ( #166 )
...
* feat: add Rate
* fix: fix two-way binding
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-05-31 22:26:33 +08:00
Alsein
82ef62b7a7
feat: add simple table component ( #86 )
...
* fix: add @commitlint/config-conventional to devDependencies
* feat: add basic table implementation
* feat: continue adding definitions
* feat: end of work in 20200414
* fix: add readonly to csssizelength
* fix: warnings from table
* fix: add ignorecase to csssizelength
* feat: refactor table
* feat: add simple table
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-30 01:46:41 +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
Henry.zhang
826df9d055
feat: new demo for switch, radio, slider and inputnumber ( #155 )
...
* feat: new demo for switch, radio, slider and inputnumber
* fix: remove some blank in demo doc api section
* fix: format the code in demo
* fix: checkbox and switch
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-28 16:56:52 +08:00
James Yeung
61ee7f4192
refactor: badge ( #160 )
2020-05-28 15:44:07 +08:00
颢源
a2787f5673
feat: add transfer ( #148 )
...
* transfer_brancn
* fix: transfer demos and empty status
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-26 15:21:47 +08:00
James Yeung
4d9aed6459
docs: fix state updating for demo code ( #152 )
2020-05-25 15:44:44 +08:00