Граф коммитов

2104 Коммитов

Автор SHA1 Сообщение Дата
James Yeung 5d153a6e05
docs: rerender demo on language changed (#4083) 2024-08-11 15:11:37 +08:00
James Yeung 5294ac5871
fix(module: form): validation exception (#4080)
* fix(module: form): validation exception

* fix test

* fix some types

* refactor built-in attributes message localize
2024-08-10 09:42:48 +08:00
James Yeung 5cb2b915b8
fix(module: select): control select visible (#4079)
* fix(module: select): control select visible

* fix auto close
2024-08-09 18:36:34 +08:00
James Yeung cf7873a9ed
i18n: add more locales (#4078)
* i18n: add more locales

* update culture name
2024-08-09 18:36:09 +08:00
James Yeung 63223455d1
chore: setup js interops for tests (#4066)
* setup js interops

* add more setup

* fix test
2024-08-09 18:35:47 +08:00
James Yeung 6124687ca2
i18n: update form locales (#4076) 2024-08-09 00:05:21 +08:00
James Yeung cbef6000e0
fix(module: form): use FormItem label or property displayname as the label of error messages (#4074) 2024-08-08 22:27:18 +08:00
James Yeung 8f7f43109b
Change log 0.20.0 (#4073) 2024-08-08 00:21:56 +08:00
James Yeung 8a845923ee
Merge pull request #4071 from ant-design-blazor/feature
merge feature to master
2024-08-06 23:54:37 +08:00
James Yeung d1a0244b58 merge master to featue 2024-08-06 23:26:46 +08:00
James Yeung 28231fe739
fix(module: modal): maximize incorrectly after resizing (#4070) 2024-08-06 23:14:18 +08:00
三寸月光 d6d45054be
feat(module: form): Add support to set ValidationMessages. (#4014)
* fix(module: form): invoke BuildEditContext,but formitem's CurrentEditContext is not update (#4013)

* feat(module:form): Add support to update model's ValidationMessages. (#4006)

* refactor

* update demo

* update demo

* fix test

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-08-06 23:13:28 +08:00
James Yeung 80ddfe6aaa
fix(overlay): avoid interop during prerendering (#4068) 2024-08-06 10:58:00 +08:00
James Yeung 1bb97814ca
feat(module: form): using built-in i18n for validation message (#4058)
* feat(module: form): add locale for validation message

* replace the placeholder

* replace the validation message with localization

* fix test

* allow user defind attributes
2024-08-05 16:28:39 +08:00
Ashhhhhh520 437a224737
feat(module: table): add GetFilterExpression method for QueryModel (#3991)
* add extra expression<T,bool> method for FilterModel and Table's QueryModel

* rename and comments

* add comment

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-08-05 11:15:51 +08:00
James Yeung 5a6efa7250
feat(module: table): add the InvokeDataSourceHasChanged method to allow derived classes to call it for refresh the state of the table (#4067) 2024-08-04 21:59:46 +08:00
James Yeung 4c9cbc76f9
feat(module: Breadcrumb): auto match routes and generate items (#4065) 2024-08-04 01:54:41 +08:00
James Yeung 92144d0133
fix(module: table): scroll bar width adaptive (#4064) 2024-08-03 23:16:41 +08:00
James Yeung 182aaeddf7
feat(module: overlay): support @bind-Visible (#4057) 2024-08-03 16:46:01 +08:00
James Yeung 4b3faca586
feat(module: tag): Add icon theme parameter (#4063) 2024-08-03 14:39:09 +08:00
James Yeung 016842c39b
feat(module: carousel): add Dots and DotsClass parameters (#4062) 2024-08-03 01:16:12 +08:00
James Yeung 72d88bcf74
feat(module: form): support array index validation (#4053) 2024-08-01 20:16:40 +08:00
pankey888 ba605a16b8
fix(module: tree): Add support to `DataItem` without `ChildrenExpression` (#2759). (#4054) 2024-08-01 20:09:38 +08:00
James Yeung 4976e40032
Changelog 0.19.7 (#4052) 2024-08-01 01:14:00 +08:00
pankey888 1b96b29145
fix(module:segmented): The bound value may be changed by `AddItem` if it is equal to default. (#4051) 2024-07-31 23:47:49 +08:00
James Yeung 61ff399bfc
fix(module: table): avoid circular reference in caching (#4048)
* fix(module: table): avoid circular reference in caching

* reset
2024-07-31 23:46:09 +08:00
jeffersyuan1976 c92e305c1d
docs: Update Charts to 0.5.5 (#4047)
* Update Charts to 0.5.5

* update doc

---------

Co-authored-by: Jeffers <shaobo.yuan@waes.cn>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-31 23:16:55 +08:00
James Yeung a92e10cb39
refactor(module: select): friendly error message for CustomTagLabelToValue (#4049) 2024-07-31 23:15:36 +08:00
James Yeung b18c72308a
feat(module: cascader): add placement parameter (#4046)
* feat(module: cascader): add placement parameter

* update doc
2024-07-31 22:21:40 +08:00
James Yeung 53970f46b5
faat(module: watermark): support conent updating (#4043) 2024-07-30 23:12:42 +08:00
James Yeung 1cc44da3fb
fix(module: modal): merge conflict (#4042) 2024-07-30 12:30:24 +08:00
James Yeung db24d3ecaa
feat(module: modal): support for ForceRender (#4041) 2024-07-30 08:44:20 +08:00
James Yeung d51ebf29ea merge master to feature 2024-07-30 01:17:20 +08:00
James Yeung 3d908de327
feat(module: modal): support selection when disable mask & vertical resiable (#4040) 2024-07-29 23:56:47 +08:00
James Yeung b86403b384
fix(module: modal): fix navigating exception (#4039)
* Revert "fix(module: modal): stete updating (#4022)"

This reverts commit 8e119a9bf5.

Revert "fix(module: modal): throwing exceprion when navigation after open (#4015)"

This reverts commit 49cadeebca.

* fix navigating excepition

* fix some issue again

* fix confirm

* makes deleting the dom safer

* fix test

* fix test

* fix lint
2024-07-29 23:13:49 +08:00
James Yeung 57fff79d32
feat(v5): publish style generator (#4037)
* feat(v5): publish style generator

* fix dir
2024-07-29 10:56:23 +08:00
James Yeung d15ea3c6fe
feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +08:00
James Yeung c6986164ba
feat(module: table): add built-in filter support for DateOnly & TimeOnly fields. (#4034)
* feat(module: table): add built-in filter support for DateOnly/TimeOnly fields.

* fix build
2024-07-28 00:14:10 +08:00
James Yeung a16c1a4a0d fix merge conflict 2024-07-27 23:17:31 +08:00
James Yeung 3ff241f8f5
feat(v5): define multiple style (#4033) 2024-07-27 17:53:55 +08:00
James Yeung 587ddd6824
feat(v5): add style manager & generate css and hashid (#4031)
* generate css and hashid

* add style manager

* refactor
2024-07-27 01:33:52 +08:00
James Yeung 02b472c5b0 Merge branch 'master' into compatibility-v5 2024-07-26 16:27:44 +08:00
James Yeung 2e642f10af
feat(module: DatePicker): enhance value format (#4029)
* feat(module: DatePicker): enhance value format

* fix time picker

* remove millisecond
2024-07-26 13:59:27 +08:00
James Yeung d340de9941
fix doc release action for checkout error (#4028) 2024-07-26 13:00:30 +08:00
pankey888 27359f322e
fix(module: tree-select): fix the issue of TreeSelect's bind-values(#4000) (#4012)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-26 07:50:23 +08:00
James Yeung 58a499f8bf
fix(module: tree-select): exception when searching with nodes have no title (#4024)
* fix(module: tree-select): exception when searching with nodes have no title

* fix focus
2024-07-26 00:01:15 +08:00
James Yeung 643ca11850
fix(module: radio): can't refresh the UI in Modal (#4023)
* fix(module: radio): can't refresh the UI in Modal

* invokeasync
2024-07-26 00:00:00 +08:00
James Yeung 8e119a9bf5
fix(module: modal): stete updating (#4022) 2024-07-25 14:02:35 +08:00
James Yeung 49cadeebca
fix(module: modal): throwing exceprion when navigation after open (#4015)
* fix(module: modal): throwing exceprion after open and navigation

* use modal service instead

* fix close

* fix loading update

* fix confirm template callback

* just close modal which was created by service during navigation

* clean
2024-07-25 08:10:46 +08:00
James Yeung bcce6df3a8
refactor(module: select): fix IDE error (#4018) 2024-07-24 13:00:53 +08:00