AnaNikolasevic
21a076dff5
feat(module: table): enable to reload with an outside query model ( #2129 )
...
* feat/ApplyPredefinedQueryModel: add opportunity to serialize/deserialize QueryModel and apply to Table with ITable.ReloadData(QueryModel queryModel) method; fix current selected value in 'PageSize / page' selection (value was not updated in case using ReloadData(PageIndex, PageSize) method)
* feat/applyPredefinedQueryModel: implement System.Text.Json instead Newtonsoft.Json for serializing/deserializing QueryModel
* feat/applyPredefinedQueryModel: add minor change
* feat/applyPredefinedQueryModel: add method for converting from JsonElement to object type
* feat/applyPredefinedQueryModel: add demo file for save and load table configuration
* feature/applyPredefinedQueryModel: add minor change
* feat/applyPredefinedQueryModel: prevent applying before not saved configuration
* fix sorter restore
* reest data before reload data
* fix test
Co-authored-by: Ana Nikolasevic <23nikolasevic@gmail.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2022-05-29 19:34:46 +08:00
ElderJames
ab939b927f
merge 0.10.4 to feature
2022-05-28 13:41:01 +08:00
Brian Weiss
264bfedbeb
feat(module: checkbox): add ADA support ( #2296 )
...
* feat(module:checkbox) Adds For/Id attrs
Moves the Id attr from the label to the input and
adds the For attr to the label for ADA.
* feat(module:checkbox) Remove blank line
Remove blank line from Button
* Updates CheckboxGroup unit tests.
* Updates case of for attr.
2022-05-28 13:41:01 +08:00
Brian Weiss
b064957c7f
feat(module: icon): add alt parameter ( #2302 )
...
Added Alt Parameter to set the alt attribute that pairs with role="img"
2022-05-28 13:41:01 +08:00
Tomasz
4d4d914fe0
feat(module: select): add search debounce parameter ( #2275 )
...
* select: Add debounce on search input event
* en-us doc updated
* select: Add debounce on search input event
* add missed doc
* add SearchDebounceMilliseconds for demo
Co-authored-by: Tomasz <tomasz.pruzynski@homebook.pl>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2022-05-28 13:41:01 +08:00
Brian Weiss
14e5d36b3a
feat(module: button): add AriaLabel
Parameter ( #2278 )
...
* feat(module:button) Adds AriaLabel Parameter
Adds in a Parameter for AriaLabel that's used as the value for the aria-label attribute on the button.
* feat(module:button) Adds AriaLabel Parameter
Updates zh-CN documentation and removes blank line.
2022-05-28 13:41:01 +08:00
Hao Sun
c9d287e5fd
feat(module: table): use small size Pagination for compacted table, add PaginationSize enum type ( #2246 )
...
* feat(module:table&pagination): use small size Pagination for compacted table, add PaginationSize enum type
* change TableSize to primitive enum type
2022-05-28 13:41:01 +08:00
Hao Sun
78b10019e4
feat(module: table): add table virtualization ( #2143 )
...
* feat(module:table): virtualizing
* turn off virtualizing by default
* add document and demo
* NET_6_0 => NET6_0
* update table selection
* update Table.razor.cs
* update table files
* Update table files
* update table files
* update table files
* update table files
* update table files
* update table files
* update table files
* update Virtualizing.razor
* Update AntDesign.csproj
* Update TableRow.razor
* update files
* Update AntDesign.csproj
* update table files
* update Virtualizing.razor
* add DefaultExpandMaxLevel
* rename Virtualizing to EnableVirtualization
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-05-28 13:41:01 +08:00
Hao Sun
ce1261e24f
feat(module: table): improve pagination template ( #2220 )
2022-05-28 13:41:01 +08:00
Dennis Rahmen
34be016ae2
docs(faq): CSS isolation explanation ( #2158 )
...
Add explanation on how to use CSS isolation with AntDesign Blazor components.
#1822 #732
2022-05-28 13:41:01 +08:00
WhyILoveSpringRoll
240f04f79f
fix(module: datepicker): unable to click date button to select the week selection ( #2463 )
...
日期选择时Click触发范围
周选择时无法点击日期选择的问题
2022-05-28 13:07:54 +08:00
James Yeung
538616ef9d
add 0.10.7 change log ( #2469 )
...
* add 0.11.7 change log
* add missing change
* fix a tag
2022-05-22 23:22:38 +08:00
James Yeung
5af937483a
fix(module: table): too length content in responsive mode will brace up the table ( #2470 )
2022-05-22 23:08:21 +08:00
James Yeung
a2a23b3dcd
docs: add update for pwa ( #2467 )
2022-05-22 20:11:55 +08:00
James Yeung
438bda037b
chore: add swa config ( #2466 )
2022-05-22 02:24:23 +08:00
James Yeung
dd7dc820b4
docs: remove loading .br files ( #2465 )
2022-05-22 00:54:15 +08:00
James Yeung
36a40efef3
fix(module: select): replacing a datasource with some of the same items was not in the right order ( #2462 )
...
* fix(module: select): replacing a datasource with some of the same elements was not in the right order
* add tests
* fix indent
2022-05-19 22:59:36 +08:00
James Yeung
2594eefa4d
fix(module: table): exception caused by js interop with addEventListener
( #2460 )
2022-05-18 19:11:52 +08:00
James Yeung
0675edce07
fix(module: cascader): Avoid adding items in search list in a loop ( #2457 )
...
* fix(module: cascader): Avoid adding query lists in a loop
* fix null value
2022-05-17 23:23:29 +08:00
JamesYeung
5a8835326d
chore: add a action step to deploy site to azure ( #2456 )
2022-05-17 21:26:21 +08:00
James Yeung
4d905cc4fa
docs: update docsearch 3 ( #2446 )
...
* docs: update docsearch 3
* fix hit conent style
2022-05-15 12:46:07 +08:00
James Yeung
d739167f94
fix(module: table): null exception cause by event listener ( #2448 )
2022-05-15 12:45:43 +08:00
James Yeung
7800740329
fix(module: menu): IconTemplate does not work in MenuItem of SubMenu ( #2449 )
2022-05-15 12:45:14 +08:00
James Yeung
5bb90f568e
fix(module: tree): the display of the problem when nodetitle and searchvalue contains '|' at the same time ( #2437 )
...
* fix missing prism
* fix(module: tree): the display of the problem when nodetitle and searchvalue '|' at the same time
2022-05-11 21:51:58 +08:00
James Yeung
510cfdbe14
Changelog 0.10.6 ( #2433 )
2022-05-10 12:25:09 +08:00
James Yeung
0995bf10aa
chore: remove gitee pages cdn ( #2425 )
...
* remove gitee pages cdn
* fix typo
* fix build ci
2022-05-09 23:07:14 +08:00
James Yeung
9668c6cf26
docs: fix readme and actions ( #2416 )
...
* Revert "docs: fix gitee ci (#2382 )"
This reverts commit 5bfbcb173ccac33e26e42955880de206ce1714a6.
* fix gh-pages action
* fix readme and remove help-wanted action
* fix changelog preivew script
2022-05-03 12:34:15 +08:00
James Yeung
27ba4e647e
docs: fix dingtalk link & remove slack link ( #2410 )
2022-04-30 18:35:58 +08:00
James Yeung
a48426fa8c
chore: fix security alert ( #2405 )
2022-04-30 18:35:57 +08:00
Brian Weiss
6d9b248161
fix(module: tooltip): add tabindex attribute for triggering the tooltip with tab key ( #2404 )
...
Applies a tabindex to the wrapping div to help with focus driven from tabbing.
2022-04-30 18:35:57 +08:00
GHMonad
a66fd06722
fix(module: form): Fix FieldIdentifier equality check in Rules Mode OnFieldChanged ( #2400 )
...
* Fix FieldIdentifier equality check in Rules Mode OnFieldChanged
* Added test for RulesMode validation with duplicate FieldName
* Aligned whitespaces with repo
Co-authored-by: György Hingyi <ghingyi@gmail.com>
2022-04-30 18:35:57 +08:00
jp-rl
a97828e673
feat(module: confirm): add AutoFocusButton
options for the open method in confirm service ( #2398 )
...
* fix decimal conversion
* Fix Culture Decimal Separator
* feat(ConfirmService) Allow choose AutoFocusButton
* Update components/modal/confirmDialog/ConfirmService.cs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Fix after add Nullable to ConfirmAutoFocusButton
* Fix format in code
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-04-30 18:35:57 +08:00
NOT_CHARSET
5e85c7c649
fix(module: select): avoid delete for multiple mode select in disable status ( #2399 )
...
* 修正了一项使用LabelTemplate在Select的Bug: 当Select状态是禁用时, Label还可以删除操作, 而且Label还有鲜艳的颜色.
Fixed a bug when using LabelTemplate in Select. When Select status is diabled, you can still delete the option by click the X button; and colorful colors still in the option labels.
* refactor demo
Co-authored-by: 吴坚 CHARSET <lemongrasstea@hotmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-04-30 18:35:56 +08:00
Alex chow
d215cdf07a
refactor(module: tree): optimize the speed of expanding lots of nodes ( #2385 )
...
Co-authored-by: luckcheer <1050400225@qq.com>
2022-04-30 18:35:56 +08:00
James Yeung
65be6759ec
docs: fix gitee ci ( #2382 )
2022-04-30 18:35:56 +08:00
James Yeung
0f0e95e180
Revert "docs: fix broken CDN ( #2374 )" ( #2376 )
...
This reverts commit 72ce92ffd2f9f8e3acaf27bc2a88d29ee7b4c6f8.
2022-03-31 13:30:38 +08:00
Daniel Chalmers
267b3c776a
docs: Small typo and whitespace fixes ( #2375 )
2022-03-31 09:37:36 +08:00
James Yeung
2898d8a603
docs: fix broken CDN ( #2374 )
2022-03-30 23:39:23 +08:00
James Yeung
ba5c97b653
fix(module: select): can't clear selected option when set value null ( #2371 )
2022-03-30 06:22:44 +08:00
James Yeung
43b328aaba
fix(module: cascader): dropdown can't open correctly on click. ( #2363 )
2022-03-26 13:58:37 +08:00
James Yeung
1e96f26091
fix(module: upload): wrong drag area ( #2360 )
...
* fix(module: upload): wrong drag area
* fix test
2022-03-25 16:06:21 +08:00
James Yeung
f95899073d
fix(module: input): throw exception when binding a dictionary item. ( #2359 )
2022-03-25 13:15:43 +08:00
James Yeung
a7a99d15d6
changelog 0.10.5 ( #2337 )
2022-03-15 23:24:28 +08:00
Brian Weiss
66d1155551
fix(module: radio): Default name value ( #2330 )
...
* fix(module:Radio) Default name value
Default the name value so the tab order is preserved.
* use property name as the fallback
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-03-15 22:17:46 +08:00
scugzbc
186381a366
fix(module: upload): match more image file suffixes ( #2321 )
2022-03-04 23:53:21 +08:00
James Yeung
15f36f2a3c
fix(module: tabs): TabTemplate can't display in the overflow dropdown ( #2320 )
2022-03-03 23:09:52 +08:00
gmij
ea55028218
fix(module: tree): dead-loop rendering and checkbox check incorrectly ( #2319 )
...
* fixed. issues #2260
* fixed. when parentNode not check, childNode check invalid.
2022-03-03 23:09:29 +08:00
David Raška
ad5a58dac4
fix(module: input-number): where automatic increase/decrease does not have to be stopped in rare cases. ( #2317 )
2022-03-02 16:49:46 +08:00
David Raška
a6e44b7dbc
fix(module: select): scroll to current item when using data binding. ( #2316 )
2022-03-02 16:27:42 +08:00
James Yeung
c3ffefd273
fix(module: badge): remove the gap between numbers ( #2315 )
2022-03-02 11:24:54 +08:00