Commit Graph

1653 Commits

Author SHA1 Message Date
James Yeung
8200bc9f18
fix(module: tree): two-way binding for check/select/expand (#3520)
* fix(module: tree): two-way binding

* fix expand

* fix two way binding check/expand/select
2023-11-19 18:24:10 +08:00
James Yeung
c0108c769a
change log 0.16.2 (#3516) 2023-11-17 00:39:15 +08:00
James Yeung
b670ee3eb5
refactor: rename RenderMode to RerenderStrategy (#3515) 2023-11-16 23:10:54 +08:00
James Yeung
65593eaec0
chore: enable GenerateDocumentationFile (#3511)
Co-authored-by: James <yangshunjie@yesmro.cn>
2023-11-16 21:30:26 +08:00
James Yeung
dbb1978563
refactor(module: table): reorganize the selection of rows (#3502)
* refactor(module: selection): reorganize the selection of rows

* hold the selected rows

* fix select all

* fix select all

* fix header checkbox Indeterminate status

* fix children selection

* select all within children

* fix CheckStrictly

* fix children cache

* use hashcode as the key of cache

* fix refrence loop

* fix circular reference expand

* clean up

* fix invoke table selected rows after check

* clean up

* prevent selected rows was changed multiple times

* update bunit
2023-11-16 13:05:43 +08:00
James Yeung
1409c277b5
chore: update Blazor to .NET 8 (#3514)
* update Blazor to .NET 8

* commont NetAnalyzers

* fix bunit bug

* fix tests
2023-11-16 12:33:01 +08:00
ldsenow
a2fa9b7926
fix(module: select): Selected value will be reset when ValidateOnChange is on (#3508)
* #3355 Fixed Selected value will be reset when ValidateOnChange is on

* #3355 Fixed the unit tests around the selection source change

---------

Co-authored-by: Leishi L <lluo@octet.com>
2023-11-15 22:41:45 +08:00
James Yeung
2b53e61212
docs: fix query string bingding for mock page (#3507) 2023-11-12 16:44:22 +08:00
James Yeung
cc92bc8a3a
docs: missing the setup of AntContainer (#3504) 2023-11-12 16:44:07 +08:00
Alex Kryvdyk
ed0e864946
fix(module: datepicker): ArgumentOutOfRangeException in TimePicker (#3501)
* fix:(module:datepicker): ArgumentOutOfRangeException in TimePicker

* fix the issue

* add: TimePicker unit tests

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-11-12 16:30:07 +08:00
James Yeung
6f6b75835a
fix(module: TreeSelect): value binding on datasource was changed (#3492)
* fix(module: TreeSelect): value binding on datasource was changed

* update selection after value changed

* tree datasource change

* invoke state changed

* clean up

* clean up
2023-11-08 00:24:48 +08:00
James Yeung
ede6b57f36
feat(module: table): add row grouping (#3487)
* feat(module: table): add row grouping

* fix cell title

* add grouping row class

* revert header menu

* fix the docs
2023-11-07 23:18:38 +08:00
Alex Kryvdyk
46eba4291b
fix(module: datepicker): RangePicker focus not cleared (#3488)
* fix(module:datepicker): RangePicker focus not cleared

* fix:(module:datepicker): Enter/Tab keys clear the value

* fix:(module:datepicker): remove invalid unit test
2023-11-07 13:14:23 +08:00
James Yeung
eb8295d7fb
fix(module: table): setup RowKey EqualityComparer for caches (#3483)
* fix(module: table): setup RowKey EqualityComparer for caches

* update the docs

* fix the doc
2023-11-02 22:29:50 +08:00
James Yeung
5118d1deca
Changelog 0.16.1 (#3478) 2023-10-30 00:50:03 +08:00
James Yeung
ca773e02bd
test(module: layout): add test case for layout and sider (#3477) 2023-10-30 00:11:53 +08:00
James Yeung
a36bb8dd74
fix(module: layout): NoTrigger not effect when CollapsedWidth is zero (#3476) 2023-10-29 21:02:53 +08:00
James Yeung
e1f3be5874
fix(module: table): supports datasource of abstract classes (#3475) 2023-10-29 18:40:07 +08:00
James Yeung
54d821e6ec
fix(module: input): fix incorrectly validation and required message (#3474)
* fix(module: input): fix incorrectly validation and required message

* add tests
2023-10-29 16:34:02 +08:00
James Yeung
bd8d3fe3e4
fix(module: modal): support two-way binding for Visible parameter (#3466) 2023-10-25 23:23:37 +08:00
James Yeung
108672deae
fix(module: table): row selection shouldn't need the selection column (#3465)
* fix(module: table): row selection shouldn't need the selection column

* fix DataTable demo

* fix loop
2023-10-25 23:05:12 +08:00
James Yeung
dda9cd908b
Changelog 0.16.0 (#3464)
* Changelog 0.16.0

* clear up

* remvoe build AntDesign.Components.Authentication script
2023-10-25 00:26:38 +08:00
James Yeung
8e1dcffd87
Merge from feature
merge feature to master for 0.16.0
2023-10-23 00:04:58 +08:00
James Yeung
27b9084a52 merge feature to master 2023-10-22 19:35:09 +08:00
fork
7578335076
feat(module: Input): Add MaxLength parameter for InputNumber (#3455)
* Add MaxLength parameter for InputNumber

Add MaxLength parameter for InputNumber.

* Set Maxlength default value to null

* Update API doc of InputNumber

* Set MaxLength type to nullable
2023-10-22 07:14:37 +08:00
rhodon-jargon
cb88c530a8
fix(module: table): Incorrect deselection in virtualized table (#3282)
* fix(module: table): Correctly deselect all rows in radio selection with a virtualized table

* Implement internal inteface method correctly

* fix(module: table): Fix correctly rerendering selection components, selecting tree data

* Add documentation comments

* Fix bind-SelectedRows

---------

Co-authored-by: Rhodon <rhodonvantilburg@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-10-21 23:45:37 +08:00
James Yeung
bb0e043b07
fix(module: input): can't change value on blur when composition inputting (#3462) 2023-10-21 14:16:30 +08:00
m-khrapunov
a2eb720d55
feat(module: table): make filter input focus on dropdown visible (#3450)
* feat(module: select): add virtualization support (#2654)

* add virtualization support

* fix doc

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* add(module: table): filter input focus on dropdown visible

* fix netstandard 2.1 build error

* Revert "fix netstandard 2.1 build error"

This reverts commit 489c50ca9dddc20df3f8c5071d6ef528fedc925b.

* Revert "add(module: table): filter input focus on dropdown visible"

This reverts commit c0589e32a5e7f4f9bf44b59b5348a160ffb8e56a.

* add(module: table): filter input focus on dropdown visible

* clean code format and demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-10-20 00:31:04 +08:00
James Yeung
f469aea9a7
fix(module: datepicker): the reference value of initValue (#3459)
* fix initValue reference

* fix name
2023-10-20 00:21:04 +08:00
Alex Kryvdyk
6b0a8f45de
feat(module: datepicker): Add DateTimeOffset, DateOnly, TimeOnly support (#3443)
* fix:(module:datepicker): OnChange event in Docs project

add(module:datepicker): generic OnPanelChange event

add(module:datepicker): generic OnChange event

fix(module:datepicker): DateTimeKind is not preserved

add(module:datepicker): DateTimeOffset unit tests

add(module:datepicker): add DateTimeOffset to range picker unit tests

add(module:datepicker): refactor unit tests

fix(module:datepicker): DateTime.Kind is not preserved

feat(module: datepicker). Add DateTimeOffset, DateOnly, TimeOnly support

* fix(module:datepicker): unit test fails

* fix: moment helper test fails in VS Test Explorer in some cases

See https://xunit.net/faq/theory-data-stability-in-vs

* update the docs and demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-10-19 00:44:03 +08:00
LeaFrock
faa26e202d fix(module: rangepicker): override ResetValue so that Reset works in a form 2023-10-18 23:08:35 +08:00
James Yeung
6c2591ab34
feat(module: table): add RowKey parameter for row data compare (#3439)
* feat(module: table): add RowKey parameter for row data compare

* add docs
2023-10-14 21:00:39 +08:00
rhodon-jargon
6eb2f2e558
feat(module: table): Allow custom Field filters (#3279)
* feat(module: table): Refactor FilterExpression to FieldFilterType, allow custom Field filters

* feat(module: table): Add DefaultFilters property

* fix(module: table): Calculate _hasFilterSelected when DefaultFilters is set

* Remove Resharper settings file

* Fix generate columns example

* Add CustomFieldFilter demo, filtering by a color's brightness

* add Chinese description

* fix docs

* Change IFieldFilterType.SupportsCompareOperator to SupportedCompareOperators, returning an IEnumerable
Small fixes

* fix locale

* fix the docs

* refactor SupportedCompareOperators

* fix build error

---------

Co-authored-by: Rhodon <rhodonvantilburg@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: James Yeung <shunjiev5@hotmail.com>
2023-10-14 20:38:10 +08:00
huhangfei
22c60b4e79
fix(module: form): use DisplayAttribute.GetName() for localization support (#3426) 2023-10-14 13:14:30 +08:00
llp1520
050822297d
feat(module: image): add drag and drop for preview images (#3394)
* Optimized drag and drop image method增加预览image时的拖动和滚轮缩放功能,增加缩放级数

增加预览image时的拖动和滚轮缩放功能,增加缩放级数

* delete data-src

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-10-13 06:16:18 +08:00
petertorocsik
b9877303b6
feat(module: button): add multithreaded wasm compatibility on .NET 8 RC1 platform to avoid error about dedicated worker using in JS interop. (#3451) 2023-10-09 13:26:19 +08:00
agolub-s
8e60219b35
feat(module: datepicker): add mask to DatePickerBase for input value constraint (#3120)
* Add support multiple date formats for DatePickerBase

* Fix test

* Extend docs

* Fix merge

* Revert "Add support multiple date formats for DatePickerBase"

This reverts commit 9021dcdd

* Refactoring. Add mask property for DatePickerBase. For input value constraint.

* Some fixes

* Refactoring

* Add value converter for MaskInput

* Some fix

* fix Chinese

* Refactoring

* Fix tests

* Fix tests

* clean up

* Fix tests

* Pass mask to RangePicker

* Fix AvatarTests

* Fix merge

* Stage

* Stabilized tests

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-10-05 17:24:16 +08:00
James Yeung
686ab39c86
chore: remove AuthorizeReuseTabsRouteView component and library (#3437) 2023-09-22 00:36:01 +08:00
James Yeung
f301bea650
fix(module: table): avoid selection disabled at the time that there are no rows (#3436) 2023-09-21 07:33:54 +08:00
agolub-s
766045ce64
fix (module: select): Fix showing the arrow in SelectContent when mode is multiple (#3430)
* Fix showing the arrow in SelectContent when mode is multiple

* Fix naming
2023-09-20 06:59:57 +08:00
James Yeung
d924e1c981
merge master to feature
merge master to feature
2023-09-16 18:11:21 +08:00
James Yeung
be29487d7a merge mater to feature 2023-09-16 17:59:07 +08:00
James Yeung
0add74d6b6
chore: disable WasmStripILAfterAOT for now (#3431) 2023-09-15 23:58:06 +08:00
James Yeung
00fc044c86
chore: hosting the site with .NET 8 (#3428)
* chore: hosting the site with .NET 8

* update dotnet sdk setup actions

* fix build
2023-09-15 22:36:45 +08:00
James Yeung
cd51775c6d
changelog 0.15.5 (#3420)
* changelog 0.15.5

* update
2023-09-11 00:31:37 +08:00
James Yeung
730a1273b0
fix(module: button): avoid fire OnClick when it is Loading (#3414) 2023-09-10 23:25:00 +08:00
James Yeung
8a95ce2136
fix(module: table): avoid disabled selection would be selected when select-all checked (#3419) 2023-09-10 21:44:33 +08:00
Park Jeongyong
e07437373b
fix(i18n): ko-KR locale Confim And Form (#3415) 2023-09-05 22:18:37 +08:00
James Yeung
eec9413557
feat(module: table): add resizable columns (#3340)
* feat(module: table): add resizable column

* add preview

* fix style
2023-09-04 00:20:28 +08:00
zxyao
1915f6c9a5
fix(module: modal): centered conflict maximizable style (#3403) 2023-09-03 16:01:01 +08:00