kooliokey
75d108e686
test(module: slider): Add tests and refactor. ( #2818 )
2022-10-20 17:27:37 +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
Kyojuro27
1d3cc9cd25
fix(module: table): exception was thrown in DisposeAsync after blazor server disconnect ( #2797 )
...
* Update Table.razor.cs
In DisposeAsync() Method of Tab.razor.cs, I add a try - catch around the JSInterop call method "await JsInvokeAsync(JSInteropConstants.UnbindTableScroll, _tableBodyRef);" in order to prevent some error and warning entry in the Windows Event Viewer.
* fix exception catch
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-20 13:54:28 +08:00
kooliokey
b5ad920450
fix(module: tag): incorrect default color and add tests ( #2816 )
...
* Update tag tests and mark a couple parameters as obsolete. Documentation updates.
* Update documentation demos for Tags to remove usage of PresetColor
2022-10-20 13:50:50 +08:00
LeaFrock
0de1573011
perf: Optimize CssSizeLength
& CssStyleBuilder
( #2803 )
...
* Optimize `CssStyleBuilder`
* Optimize `CssSizeLength`
* Fix unit error
* Add a test case
* Improve the test cover
* Improve a test
2022-10-18 13:30:37 +08:00
YongQuan
7ff7f0e2fd
fix(moduel: Cascader): AllowClear was not working when false ( #2792 )
2022-10-13 16:11:16 +08:00
lyj
af03dd48f9
fix(module: AutoComplete): search panel showing ( #2793 )
2022-10-13 14:46:43 +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
James Yeung
fecea3eed0
fix(module: menu): wrong class name of the expand icon for submenu ( #2796 )
2022-10-13 12:59:42 +08:00
Weilence
4bcb92350d
fix(module: descriptions): add missing div
element ( #2798 )
2022-10-13 12:59:04 +08:00
James Yeung
bed2028f21
changelog 0.12.6 ( #2788 )
2022-10-11 23:57:42 +08:00
James Yeung
0b76488669
fix(module: core): The event listener registration was broken ( #2783 )
2022-10-11 14:50:29 +08:00
James Yeung
f7c1e5fe5e
fix(module: segmented): The Disabled parameter does not work on items and cannot be dynamically toggled ( #2778 )
2022-10-11 09:21:46 +08:00
Paul Suart
ac6dd12c61
chore: Removing the empty path.less files was not the right thing to do - they are imported by entry.less files, so the less build breaks when they are missing. ( #2779 )
...
Co-authored-by: Paul Suart <paulsuart@hellosmoove.com>
2022-10-10 22:42:58 +08:00
James Yeung
1a90a3b515
changelog 0.12.5 ( #2775 )
...
* changelog 0.12.5
* add one more change
* fix typo
2022-10-10 10:46:23 +08:00
YongQuan
91e12f27a4
feat(module: InputNumber): support parameter Precision ( #2774 )
2022-10-09 19:30:10 +08:00
zxyao
293920b3b1
fix(module: modal): remove close button of confirm dialog ( #2776 )
2022-10-09 19:06:43 +08:00
Dmitry Pavlov (aka Coding Machine)
6606034a22
docs: Fix typo in Steps demo docs ( #2764 )
...
Dtatus -> Status
2022-10-05 23:04:55 +08:00
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
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
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