zxyao
3b5070a053
feat(module: modal): add only OK footer and only Cancel footer template ( #2812 )
...
* feat(modal): add only one OK footer and onlt one Cancel footer
* docs: update demo
2022-11-14 16:38:45 +08:00
zxyao
0ed2da0f29
feat(module: modal): support the maximization of Modal initialization ( #2834 )
...
* feat: support the maximization of Modal initialization (#2823 )
* fix: the lifecycle of MaximizationOnInit
* rename to DefaultMaximized
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-14 15:28:20 +08:00
dingyanwu
7ad15664fe
refactor(module: mentions): refactor and fixed positioning and display issues ( #2874 )
...
* refactor mentions
* 修复:定位和隐藏的问题。
* fix: 修复定位和显示的一些bug
* fix:手误
Co-authored-by: 丁某 <dingyanwu518@hotmail.com>
2022-11-13 13:57:41 +08:00
James Yeung
1828406dec
fix(module: input): convert error status work incorrectly ( #2846 )
...
* fix(module: input): convert error status work incorrectly
* add test
2022-10-31 20:16:37 +08:00
Alex Kryvdyk
594c5f3061
feat(module: datepicker): add OnOk event, rename OnClearClick to OnClear ( #2840 )
...
* feat:(module: datepicker): add OnOk event
* refactor: (module: datepicker): rename OnClearClick to OnClear
* chore: (module: datepicker): update docs
* refactor:(module: datepicker): keep OnClearClick [Obsolete]
* fix docs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-31 13:52:23 +08:00
James Yeung
2a59463f8e
feat(module: input): add ChangeOnInput, modify the default binding behavior to bind value in the onchange event ( #2838 )
...
* feat(module: input): add ChangeOnInput, modify the default binding behavior to bind in the onchange event
* fix can't change immediately when debounce milliseconds is 0
* add tests
2022-10-26 22:41:13 +08:00
James Yeung
47c07b858f
feat(module: cascader): add Disabled
parameter ( #2835 )
2022-10-24 13:28:20 +08:00
LeaFrock
ba47536474
feat(module: button): Add DownloadButton
( #2819 )
...
* Add `DownloadButton`
* Add doc for `DownloadButton`
* Remove an unnecessary file
* impore doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-21 12:48:59 +08:00
Daniel Freyr Sigurdsson
99ff161de7
feat(module: drawer): add property HeaderStyle to Drawer component ( #2809 )
...
* feat(module:drawer): add property HeaderStyle to Drawer component
a property for modifying the style of the header in the drawer component
* feat(docs): add property HeaderStyle to Drawer api
Add HeaderStyle to DrawerOptions and update docs
* fix missing HeaderStyle for drawer servcie
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-20 13:55:35 +08:00
James Yeung
421b76e00d
feat(module: dropdown): support arrow parameter ( #2795 )
...
* feat(module: dropdown): support arrow parameter
* fix document
2022-10-13 13:38:46 +08:00
YongQuan
91e12f27a4
feat(module: InputNumber): support parameter Precision ( #2774 )
2022-10-09 19:30:10 +08:00
Maksim
2324347ce4
feature(module: tooltip): use TitleTemplate in Tooltip ( #2711 )
...
* Use TitleTemplate in Tooltip
* optimize demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-16 14:17:30 +08:00
m-khrapunov
ddf74c6400
fix(module: select): remove redundant CreateDeleteSelectOptions() calls in render cycles ( #2657 )
2022-09-16 13:50:27 +08:00
m-khrapunov
3d760446d2
feat(module: select): add virtualization support ( #2654 )
...
* add virtualization support
* fix doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-16 13:50:26 +08:00
James Yeung
77f0021591
Changelog 0.12.4 ( #2712 )
2022-09-14 23:50:25 +08:00
Alex Kryvdyk
504de0d7bf
fix(module: datepicker): RangePicker has incorrect start/end panels ( #2707 )
...
* fix:(module:datepicker): RangePicker has incorrect start/end panels
* fix:(module:datepicker): RangePicker not reset when second value not set
* fix:(module:datepicker): RangePicker end panel not shown in RTL mode
* fix:(module:datepicker): range preset canceled when time input enabled
* fix:(module:datepicker): RangePicker cannot clear value when focused
* fix:(module:datepicker): RangePicker keeps focus when input canceled
2022-09-14 22:16:30 +08:00
YongQuan
298c7de532
fix(module: table): rectify how to check if an IQueryable is IOrderedQueryable ( #2710 )
2022-09-14 20:58:11 +08:00
lyj
fc9aaa8781
fix(module: AutoComplete): avoid browser's auto complete ( #2708 )
2022-09-14 14:17:13 +08:00
James Yeung
3949fb99fe
Changelog 0.12.3 ( #2705 )
...
* Changelog 0.12.3
* fix
2022-09-13 13:04:09 +08:00
James Yeung
29bbbc9909
docs: add Notification Error Handling demo ( #2706 )
2022-09-13 12:23:49 +08:00
Magehernan
7f9365d71f
fix(module TreeSelect): search not working on TreeSelect ( #2686 )
...
* Added the implementation like select to use tree search funcionality. Trying to change minimum posible to make it work.
Add ignoreCase for search on tree and fix display of match to respect the original value.
* Add a example of search.
2022-09-13 08:57:23 +08:00
YongQuan
c8496a3d9d
feat(module: grid): create Row alias GridRow to be consistent with GridCol ( #2690 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-13 00:09:20 +08:00
James Yeung
0d371200da
fix(module: message): exception casue by Invariant Globalization setting ( #2697 )
2022-09-12 23:42:00 +08:00
James Yeung
4b4028c9c1
fix(module: segmentd): default value binding incorrectly ( #2699 )
2022-09-12 23:41:15 +08:00
James Yeung
62116f377d
docs: add error boundary demos for Alert and Result ( #2703 )
2022-09-12 19:09:40 +08:00
YongQuan
04024d3aef
fix(module: table): multiple sort for ef core ( #2701 )
2022-09-12 19:09:03 +08:00
James Yeung
6a85c49760
chore: fix test step for nightly build action ( #2700 )
2022-09-11 00:34:30 +08:00
James Yeung
fce24437f4
changelog 0.12.2 ( #2692 )
2022-09-08 08:48:17 +08:00
James Yeung
093e6064be
fix(module: datepicker): an exception is caused when passes the value as null ( #2688 )
2022-09-08 08:00:17 +08:00
YongQuan
5294f5c4b8
fix(module: table): converting IQueryable to IOrderedQueryable returned null ( #2687 )
2022-09-07 13:44:01 +08:00
James Yeung
08f1ba4cb9
fix(module: table): exception cause by reload data with state and the table has an ActionColumn ( #2683 )
2022-09-06 20:50:10 +08:00
James Yeung
9805945f35
fix(module: tabs): panel without animated display incorrectly ( #2677 )
...
* fix(module: tabs): panel without animated display incorrectly
* add test
2022-09-05 17:13:06 +08:00
James Yeung
b350f132b5
Changelog 0.12.1 ( #2674 )
2022-09-04 23:34:56 +08:00
kooliokey
83c2cea2f7
docs: Update OnClick signature in documentation ( #2669 )
...
* Update OnClick signature in documentation
* fix event type
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 07:38:28 +00:00
James Yeung
1360181b85
fix(module: tabs): the content overflow at animated mode ( #2671 )
2022-09-04 15:00:05 +08:00
kooliokey
40e7aa71d0
refactor(module: icon)Add missing ZoomOut icon to static class. Refactor IconStore. Add tests for IconService. ( #2667 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 14:28:03 +08:00
James Yeung
77b1885cfe
chore: fix sonar action trigger ( #2670 )
...
* chore: fix sonar action trigger
* fix sonar action
* fix sonar actino trigger
2022-09-04 13:56:04 +08:00
James Yeung
0dbde95291
fix(module: collapse): fix outdated html structures ( #2668 )
2022-09-04 11:21:30 +08:00
James Yeung
7385f6a8a5
refactor(module: icon): fix two-tone icon state update & first rendering ( #2666 )
...
* refactor(module: icon): fix two-tone icon state update & first rendering
* refactor smell code
* fix test packages
* fix smell code
2022-09-04 10:51:32 +08:00
James Yeung
e9edc35bad
fix(module: reusetabs): invaild uri exception ( #2663 )
2022-09-04 02:43:26 +08:00
kooliokey
27b3e8ad5e
feat(module: breadcrumb): Add OnClick parameter to BreadcrumbItem, Add Tests, Remove unusable code ( #2655 )
...
* Add OnClick parameter to BreadcrumbItem. Add tests for Breadcrumb and BreadcrumbItem. Remove unused and unreachable code until needed at a later date. Documented parameters not in use, but left to avoid breaking the existing public API.
* Fix whitespace
* Update signature of OnClick for BreadcrumbItem to pass a Tuple<MouseEventArgs, BreadcrumbItem> giving access to the click arguments and the item clicked.
* Add ExludeFromCodeCoverage to POCO
* Update HTML markup for Breadcrumbs to match React Ant.Design (use nav, ol and li elements instead of div and spans only)
* fix naming
* fix error
* fix test
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 02:33:10 +08:00
James Yeung
ed83e4d2fc
docs: fix demo & document edit url ( #2661 )
2022-09-04 02:24:14 +08:00
James Yeung
bc12106a66
chore: add sonar action ( #2665 )
...
* chore: add sonar action
* fix trigger
* fix title
2022-09-04 02:22:59 +08:00
Alex Kryvdyk
3e9bb25a37
fix(module: datepicker): timepicker value resets to default ( #2660 )
2022-09-02 23:25:33 +08:00
James Yeung
149ff3ae06
docs: fix the presetted ranges demo of datepicker which would casuse the doc crash ( #2659 )
2022-09-02 12:41:13 +08:00
James Yeung
c8b52156a0
fix(module: avatar): make size parameter support more length unit ( #2653 )
2022-09-01 12:00:28 +08:00
Newbe36524
c691eb9aa7
chore: add gitpod support ( #2646 )
...
* update gitpod support
* fix gitpod button
* change base image
* try update port
* fix build issue
* improve port
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-31 06:01:54 +00:00
kooliokey
538a479afc
test(module: avatar): Add Avatar and AvatarGroup tests ( #2648 )
...
Small refactors:
- Fix typo in Avatar
- Remove code in Avatar that wasn't affecting visuals as expected
- Make Avatar shape a constant. Update Skeleton component and demos to use it
- Update Avatar component to calculate size after parameters set method due to it changing one of the properties it relies on.
2022-08-30 12:03:35 +00:00
James Yeung
db291e9b7a
Changelog 0.12.0 ( #2651 )
2022-08-29 23:44:39 +08:00
James Yeung
13091ab8fb
fix(module: reusetabs): Invalid URI exception ( #2650 )
2022-08-29 19:07:23 +08:00