Commit Graph

1743 Commits

Author SHA1 Message Date
zxyao
bfb9e3a56f
fix(module: modal): repeated cleaning dom (#3665) (#3673)
* fix: repeated cleaning dom

* fix: OOM

* fix build

* fix lint

* remove the event handler

* remove handler after element was deleted

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-28 23:29:48 +08:00
zxyao
28e195806d
fix(module: message): Message non thread safe (#3698)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-28 23:29:00 +08:00
agolub-s
2fb0dcfeee
fix(module: select): Disable showing placeholder when input string is not null (#3701) 2024-02-28 23:04:08 +08:00
edwardbarford
d6f88c2bb4
fix(module: select): run OnValueChange from OnParametersSet when form ValidateOnChange = true (#3703)
When the parent Form has ValidateOnChange = true the OnValueChange method needs to be executed
when OnParametersSet executes in order to set the newly selected
option.
2024-02-27 22:13:38 +08:00
James Yeung
3213255d23
fix(module: table): DateField filter would throw exception when property type is nullable. (#3704) 2024-02-27 20:07:51 +08:00
James Yeung
d6bb7be446
chore: add eslint (#3702)
* setup eslint

* fix eslint issues

* add lint check in PR checks
2024-02-27 12:42:10 +08:00
James Yeung
62677fd11e
chore: fix webapp WORKING_DIRECTORY (#3700) 2024-02-25 22:51:55 +08:00
Zonciu Liang
474008e867
feat(module: form): add dynamic model support to Form component powered by DataIndex (#3612)
* feat: add DataIndex support to Form component

* fix validation

* fix:(module: form): model change event when using Name

* fix demo

* fix dictionary binding

* revert changes

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-25 18:11:43 +08:00
James Yeung
d9426244f8
fix(module: select): incorrect html title for selected item label (#3695) 2024-02-23 08:53:32 +08:00
James Yeung
e68b3a0446
feat(module: select): support table select (#3693) 2024-02-22 23:11:23 +08:00
James Yeung
c31fd48874
fix(module: radio): checked style issue cause by preent default (#3694) 2024-02-22 22:47:51 +08:00
James Yeung
01f9c7cb95
docs: add AntSk on home page (#3687)
* docs: add antsk to products

* docs: update app.home.product-antsk-slogan desc

* Update en-US.json

* Update products.json

* reorder

---------

Co-authored-by: zyxucp <286513187@qq.com>
2024-02-22 12:46:51 +08:00
thirking
f3e0ec96e1
fix(module: table): fixed header shadow style (#3691)
Co-authored-by: thirking <king2381955@sina.com>
2024-02-21 23:57:42 +08:00
thirking
28e2da5b47
fix(module: table): default scrollbar style (#3668)
* fix default scroll style

* add client dimension service

* update demo

---------

Co-authored-by: thirking <king2381955@sina.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-20 23:50:25 +08:00
m-khrapunov
0f0a18429b
fix(module: table): filter carriage jump (#3683) 2024-02-20 22:46:14 +08:00
James Yeung
c3b3947ccd
fix(module: table): remove loading and show no data when datasource is abstract and empty (#3688) 2024-02-20 22:44:41 +08:00
James Yeung
7399d0d0a9
docs: remove wasm hosted and webapp client (#3689)
* docs: remove wasm hosted and webapp client

* fix httpclient disposed exception

* fix project reference
2024-02-20 22:01:02 +08:00
James Yeung
1b8a9c3a93
fix(module: select): DropdownRender doesn't pass original content into renderfargment (#3675)
* fix(module: select): dropdown render doesn't pass original content into renderfargment

* fix select box width

* fix aria-label
2024-02-08 12:58:16 +08:00
James Yeung
ae67bcb448
docs: fix webapp build action (#3669)
* fix build

* revert the nightly build

* remove env

* fix configration

* revert the trigger
2024-02-07 00:48:44 +08:00
James Yeung
ba0c9f1e97
docs: missing dotnet sdks and node env (#3667) 2024-02-05 14:04:31 +08:00
James Yeung
02af275b8c
docs: fix webapp build action (#3666) 2024-02-05 13:15:27 +08:00
thirking
bc4041eefc
fix(module: card): enable change tab size in card (#3661)
Co-authored-by: thirking <king2381955@sina.com>
2024-02-05 12:33:36 +08:00
James Yeung
41ce2564eb
docs: fix webapp build (#3664) 2024-02-05 00:50:37 +08:00
James Yeung
c9616038a4
docs: fix base address for server side http request (#3663) 2024-02-05 00:33:34 +08:00
James Yeung
cab0dcf199
chore: add webapp actions (#3662) 2024-02-04 23:16:00 +08:00
Zhu Lijun
f893456a6e
docs: add blazor webapp hosting project (#3642)
* 测试上传

* 有js报错

* remove ConventionRouter

* fix assets and js interop

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-04 23:04:55 +08:00
James Yeung
3f9443b229
docs: add the dotnet conf China 2023 session (#3658) 2024-02-02 08:29:05 +08:00
Sebastian Jura
a9841a873b
fix(module: segmented): fix label in SegmentedOption constructor (#3659) 2024-02-02 08:28:36 +08:00
James Yeung
d2f3788bed
change log 0.17.4 (#3657) 2024-02-01 07:31:18 +08:00
zxyao
84c3c5ffe1
refactor(module: modal): the implementation of dragger (#3647) 2024-01-31 19:54:13 +08:00
James Yeung
ca4de37e59
fix(module: select): disabled the search input box (#3655) 2024-01-28 22:27:52 +08:00
James Yeung
00334c7dcb
fix(module: collapse): Accordion doesn't work (#3646) 2024-01-22 23:32:27 +08:00
James Yeung
26f0f15514
docs(module: table): update datatable demo for filterable and sortable (#3645) 2024-01-22 23:20:30 +08:00
Magehernan
6be332a220
fix(module: select): Fix scroll in select not working correctly when EnableVirtualization is true. (#3625)
* (module: select) Fix scroll in select not working correctly when EnableVirtualization is true.

* Go back to original code.

Implemente more simple but works fine without need of complex changes.
Added to demo other select with single item and default.
2024-01-21 17:47:53 +08:00
James Yeung
bdc1e4f827
fix(module: table): selection works incorrectly (#3635)
* fix(module: table): selectall work incorrectly

* fix cache

* update demo

* prerender load datasource every time
2024-01-17 23:06:09 +08:00
zxyao
58d5c7956c
fix(module: modal): js exceptions (#3634) 2024-01-17 22:55:11 +08:00
James Yeung
cb786475f3
changelog 0.17.3 (#3632) 2024-01-15 07:16:08 +08:00
zxyao
4284527638
fix(module: modal): dom instance clear when url changed (#3613) (#3630)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-01-14 23:59:04 +08:00
yu0A
af7c43927a
docs: fix namespace for a table sampe (#3629) (#3631) 2024-01-14 18:24:05 +08:00
James Yeung
92fc594240
fix(module: select): placholder doesn't hide correctly (#3628) 2024-01-13 02:12:42 +08:00
James Yeung
5d02b0b53e
fix(module: table): should flush cache only pagging (#3620) 2024-01-09 19:48:43 +08:00
James Yeung
8585feb5d0
fix(module: table): thrown exception when property type is char (#3617) 2024-01-09 07:57:35 +08:00
James Yeung
b619e4bc1a
fix(module: table): UnselectAll() was not work (#3618) 2024-01-09 07:55:10 +08:00
James Yeung
ee59ac1199
changelog 0.17.2 (#3615) 2024-01-08 08:21:48 +08:00
James Yeung
8726233478
fix(module: menu): wrong judge (#3614) 2024-01-07 22:03:31 +08:00
James Yeung
6a4147a5a2
feat: add more options for js initializers (#3610)
* add more options for js initializers

* update the doc
2024-01-04 22:06:25 +08:00
James Yeung
f9332f2f53
fix(module: table): caches page data multiple times on remote data source mode (#3611) 2024-01-04 22:04:41 +08:00
James Yeung
d0f259b6a7
change log 0.17.1 (#3597) 2023-12-27 01:05:31 +08:00
James Yeung
8cbb511630
fix(module: table): avoid duplicated row key (#3594) 2023-12-26 23:54:18 +08:00
James Yeung
fed59ee5b8
fix(module: select): avoid selected item being set to 0 when the default value of TItem is 0 (#3595) 2023-12-26 23:36:33 +08:00