Commit Graph

1335 Commits

Author SHA1 Message Date
zxyao
726f10aa35
fix(module: modal): maximizable not work when using Title (#2749) (#2750)
* fix(module: modal): maximizable not work when using Title

* docs: update demo text
2022-09-29 17:15:01 +08:00
Alex Kryvdyk
3b45058a34
fix(module: datepicker): OnChange event behavior is incorrect (#2741)
* refactor:(module:datepicker): DatePickerBase should be abstract

* fix:(module:datepicker): date not highlighted in range picker after ok

* fix:(module:datepicker): OnChange event behavior is incorrect

* fix:(module:datepicker): wrong input panels when start/end same period

* fix:(module:datepicker): ending week is not highlighted correctly

* fix:(module:datepicker): cannot switch year/month in RangePicker header
2022-09-27 14:41:02 +08:00
James Yeung
d2f95b2a07
fix(module: Core): Remove the event listener when the event listener service is disposed (#2738)
* fix(module: Core): Remove the event listener when the component is disaposed

* fix DomEventKey
2022-09-26 10:11:04 +08:00
James Yeung
7e051c022c
fix(module: radio): the disabled parameter for RadioGroup with RadioOption<TValue> options doesn't work (#2744)
* fix(module: radio): the disabled parameter for RadioGroup with `RadioOption<TValue>` options doesn't work

* add test
2022-09-25 17:05:02 +08:00
Paul Suart
6e1d663a6d
fix(pack): Copy .less files to wwwroot folder (#2730)
* Copy .less files to wwwroot folder

* Copy all the non-empty less files, excluding the src folder which would duplicate some files.

Co-authored-by: Paul Suart <paulsuart@hellosmoove.com>
2022-09-24 13:15:43 +08:00
YongQuan
0988bfc4e8
feat(module: table): set header checkbox Disabled while all the selection are disabled (#2737) 2022-09-24 13:13:07 +08:00
YongQuan
e9a7d0225c
fix(module: table): selection method typo (#2735) 2022-09-22 11:51:40 +08:00
James Yeung
107fc42dd5
fix(module: select): remove redundant CreateDeleteSelectOptions() calls in render cycles (#2657)
Co-authored-by: m-khrapunov <93575828+m-khrapunov@users.noreply.github.com>
2022-09-16 13:49:59 +08:00
YongQuan
96c0e9ecf4
docs: update recommend link for new post (#2716) 2022-09-16 11:46:07 +08:00
Alex Kryvdyk
11dc934d45
fix(module: datepicker): correct culture not applied when manual input (#2715)
* fix:(module:datepicker): correct culture not applied when manual input

* fix:(module:datepicker): adjust FormatAnalyzer property access modifier
2022-09-16 11:40:56 +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
James Yeung
ec4b8ddd58
fix(module: form): fix error status for entry components (#2647) 2022-08-28 13:30:56 +08:00
kooliokey
1fc3eeab46
test(module: comment): Add tests for Comment component (#2645) 2022-08-28 02:36:20 +00:00
kooliokey
1d926f07db
test(module: alert): Add tests for alert component (#2643) 2022-08-28 01:38:43 +08:00
YongQuan
ebec1a2570
fix(module: select): select was not highlighted when validation failed (#2642) 2022-08-27 18:09:16 +08:00