Commit Graph

1406 Commits

Author SHA1 Message Date
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
James Yeung
b3c55051c7 Change log 0.10.4 (#2308) 2022-02-25 17:17:41 +08:00
Tomasz
7c0171c661 fix(module: overlay): fix redundant else (#2298)
Co-authored-by: Tomasz <tomasz.pruzynski@homebook.pl>
2022-02-21 08:04:31 +00:00
Brian Weiss
836d908ec3 refactor(module: select): Fix invalid aria values (#2301)
* refactor(Select): Fix aria values

Fixes the aria-owns and aria-controls property values so they point to a valid identifier.

* refactor(Select): Fix aria values

Fixes the aria-owns and aria-controls property values so they point to a valid identifier.

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-02-21 07:57:00 +00:00
Christian Klemm
86a1209191 chore: Add compiler flag for ci builds (#2299) 2022-02-20 15:31:55 +08:00
zxyao
afe2c7672e fix(module: modal): get RTL from ConfigProvider (#2295) 2022-02-16 12:43:08 +08:00
zxyao
19839727f7 fix(module: image): image cannot be centered vertically (#2287) 2022-02-13 00:22:15 +08:00
SmRiley
edc7a3102f docs: Improve the upload component FQ part (#2274)
* Update index.zh-CN.md

Supplemental minimal api implementation

* Update index.en-US.md

Supplemental minimal api implementation

* Update index.zh-CN.md

更新关于FileStream的问答

* Update index.en-US.md

add about FIleStream FQ
2022-02-08 13:17:22 +08:00
Baltermia
efc0093dfd refactor: Remove 'Console.WriteLine' calls in code (#2268)
* Remove 'Console.WriteLine' calls

* Remove if block
2022-02-08 12:52:51 +08:00
oemil
a4a90d20b6 fix(module: upload): Fix center layout of upload (#2267)
* fix the layout of upload for drag'n'drop scenarios to center the icon and text across the whole element
* Rework test to reflect changes in upload component.

Closes #1969
2022-01-25 18:13:59 +08:00
zxyao
894e7a4f8f feat(module: modal): max content body height support (#2264)
* docs: add form in moda demo

* feat:  max content body height

* reset sln

* fix: debug code

* refactor: change MaxBodyHeight type
2022-01-25 10:28:27 +08:00
James Yeung
ef7608283b feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
Maksim
f2c7941569 fix(module: result): Add missed style to Results (#2256) 2022-01-17 10:45:41 +08:00
Paolo del Mundo
56a44beab8 refactor(module: table): Use ASCII C instead of Cyrillic (#2253) 2022-01-14 10:54:57 +08:00