Commit Graph

856 Commits

Author SHA1 Message Date
James Yeung
a81be3de54
feat(module: form): support nest property validation and add table form demo (#4102)
* fix(module: form): support table editor validation

* fix error

* fix DisplayName
2024-08-20 21:28:24 +08:00
James Yeung
3faebe2456
docs: fix anchors (#4100) 2024-08-19 13:58:12 +08:00
James Yeung
e9307d4e32
fix(module: form): remove complex object validator (#4098)
* fix(module: form): locale transfer of attributes should ignore which has been set the ErrorMessageResourceName

* update demo

* replace complex object validator

* fix CompareAttribute
2024-08-18 22:59:47 +08:00
James Yeung
ffa54d8ec2
fix(module: table): column dynamic change (#4093)
* fix(module: table): column change

* fix discover the contnet

* clear

* clean demo

* update demo
2024-08-18 14:49:01 +08:00
James Yeung
06f9742023
docs: Optimize document presentation performance (#4091)
* Optimize document presentation performance

* fix demo
2024-08-16 01:01:55 +08:00
James Yeung
2b609a1d35
feat(module: table): support multiple row grouping (#4089)
* support multiple grouping

* fix children

* fix rows

* fix group data cache and selection

* update demo

* update style and API
2024-08-15 20:39:06 +08:00
ysj265
4115dcec69
fix(module: table): Fix the issue of not displaying child nodes when adding them to Children (#4086)
* fix(module: table):The problem of not displaying when adding child nodes to Children

* refactor

* update children every time

* update demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-08-14 08:45:00 +08:00
James Yeung
e24930fc56
docs: update i18n document (#4085)
* docs: update i18n document

* update form i18n

* update i18n doc

* fix
2024-08-13 08:45:59 +08:00
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
d1a0244b58 merge master to featue 2024-08-06 23:26:46 +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
4c9cbc76f9
feat(module: Breadcrumb): auto match routes and generate items (#4065) 2024-08-04 01:54:41 +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
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
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
d51ebf29ea merge master to feature 2024-07-30 01:17:20 +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
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
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
0826e593db
fix(module: input): can't apply Class to input element (#4005)
* fix(module: input): can't apply Class to input element

* add tests

* fix test

* fix test
2024-07-23 12:36:29 +08:00
James Yeung
85a5f04675
docs: fix table doc (#4008) 2024-07-23 00:33:17 +08:00
James Yeung
cadd4036b2
Changelog 0.19.6 (#4004)
* docs: revert tab demo

* update

* Change log 0.19.6
2024-07-22 00:43:45 +08:00
James Yeung
785214f8e6
fix(module: table): selection with radio mode can't work with tree data (#4002)
* fix(module: table): selection with radio mode can't work with tree data

* CheckStrictly always true when selection type is radio
2024-07-21 23:13:10 +08:00
moumousoup
fd33b1b3d5
feat(module: table): add group title template (#3962)
* add group title template

* use generic rowdata

* "Add documentation and demos"

* updae demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-21 01:19:16 +08:00
James Yeung
3888e49b07
fix(module: date-picker): OnChange won't be invoke after applying the presetted range (#3999)
* fix(module: date-picker): OnChange won't be invoke after click the reset range

* update datepicker btw
2024-07-21 01:15:54 +08:00
James Yeung
2286639039
fix(module: tabs): update the style of ink after tab title is changed (#3978)
* fix(module: tabs): update the style of ink after tab title is changed

* fix test

* fix test

* fix test

* fix test

* fix tests
2024-07-15 08:29:01 +08:00
James Yeung
8985e45ed7
fix(module: textarea): add missing borderless style (#3975) 2024-07-13 21:41:52 +08:00
James Yeung
3042a8393c
fix(module: auto-complete): open dropdown on click when options is not empty by default (#3971) 2024-07-12 20:47:30 +08:00
James Yeung
8f00d47fe5
docs: achieve a querying & editing demo for table (#3970)
* docs: add crud demo

* update demo
2024-07-11 22:31:40 +08:00
ConanYao
af7d996633
feat(module: reuse-tabs): make a MenuService for supporting fetching title information across components (#3960)
* Separate 'ShouldMatch' method from 'MenuLink'

* make a `MenuService` for supporting fetching title information across components

* Update MenusService

* change 'MenuHelper' to static class and methods.

* Update MenuHelper

* feat(module: reuse-tabs): support for fetching tab title form menu

* clean up

* fix breadcrumb

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-07 12:26:22 +08:00
Li
54da103867
feat(module: form): Add GenerateFormItem component for automatic generation basic FormItem (#3877)
* add HideColumnsByName parameter to handle GenerateColumns hide some column

* add docs

* Add GenerateFormItem component for automatic generation basic FormItem

* update doc

* update demo

* [GenerateFormItem] remove parameter RulesRequireByType, add ValidateRules

* [GenerateFormItem] delete the redundant variables.

* [GenerateFormItem] Support automatic generation of nested types.

* [GenerateFormItem] Support subfrom multi-style

* [GenerateFormItem] update demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-02 08:49:15 +08:00
James Yeung
119202a67c
fix(module: tree-select): set item itself as value (#3954) 2024-07-02 07:52:22 +08:00
pankey888
b3fa722fa7
feat(module: tree-select): Add TreeCheckStrictly and ShowCheckedStrategy to customize the checked values' outputting. (#3946)
* feat(module: tree-select): Add `TreeCheckStrictly` and `ShowCheckedStrategy` to customize the checked values' outputting.

* update demos

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-01 23:34:18 +08:00
pankey888
ac9c28d83a
feat(module: tree-select): Add TreeDefaultExpandParent & TreeDefaultExpandedKeys. (#3953) 2024-07-01 23:10:13 +08:00
pankey888
bc159fd7c8
feat(module: tree-select): Customize the dropdown menu via DropdownRender. (#3939) 2024-06-30 09:58:55 +08:00
pankey888
9578332f3f
feat(module: tree): Support to check/uncheck all the child nodes recursively. (#3937)
* feat(module: tree): Support to check/uncheck all the child nodes recursively.

* Update tree demo & document.
2024-06-27 22:09:10 +08:00
pankey888
72476ad70e
feat(module: tree/tree-select): Add support to select/check and expand node when clicking the node's title. (#3902)
* feat(module: tree/tree-select): Add support to select/check and expand node when clicking the node's title.

* Update index.en-US.md

* Update index.zh-CN.md
2024-06-25 19:27:05 +08:00
James Yeung
17098e7ab3
refactor(module: icon): import JS directly to set iconfont (#3931) 2024-06-24 23:31:18 +08:00
James Yeung
6e39a8cc80
Changelog 0.19.2 (#3927)
* add a link for reuse tabs in layout doc

* update localizaton doc

* update webapp template doc

* add readme
2024-06-24 01:10:55 +08:00
James Yeung
6a58ce3d95
fix(module: auto-complete): open dropdown only when there are matched options (#3926)
* fix(module: auto-complete): open dropdown only when there are matched options

* fix docs
2024-06-23 23:20:28 +08:00
James Yeung
9cb383c2d0
docs: show sponsors on home page (#3923) 2024-06-22 13:00:32 +08:00
James Yeung
81aecf68b3
feat(module: table): add support custom attributes for filter inupt (#3897)
* feat(module: table): add support custom attributes for filter inupt

* add input width

* update docs

* add setter
2024-06-20 23:22:33 +08:00
James Yeung
be647f5b1b
fix(module: table): check all can't check the children rows with tree data (#3909)
* fix(module: table): check all can't check the children rows from tree data

* update doc

* update doc

* fix selected rows
2024-06-15 22:56:34 +08:00
James Yeung
19ac60e43f
feat(module: table): add parameter Filtered for marking filter is actived (#3911) 2024-06-15 22:55:21 +08:00
James Yeung
391a8dca74
fix(module: select): flags enum splitting incorrectly (#3907) 2024-06-12 22:19:38 +08:00
James Yeung
63d184b63c
fix(module: checkbox): checked incorrectly with checkbox group (#3903) 2024-06-11 07:23:34 +08:00
pankey888
600c8595dc
feat(module: tree): Add 'Checkable' to TreeNode. (#3899)
* feat(module: tree): Add 'Checkable' to TreeNode.

* feat(module: tree): Remove the dependency of 'Uncheckable' on 'CheckStrictly'.
2024-06-09 09:03:17 +08:00
pankey888
b977e4e3ca
refactor(module: tree): Refactor tree's Selected/Checked/Expanded parameters (#3896)
* refactor(module: tree): Refactor tree's Selected/Checked/Expanded parameters.(#2112,#2577,#2754,#2848,#3238,#3641,#3730,#3845,#3881,#3890,#3891,#3892)

* Update the demo & document of tree & tree-select.

* refactor(module: tree): Remove IsSelected/IsChecked/IsExpanded.
2024-06-05 00:26:31 +08:00
Li
59a6614a42
feat(module: table): Add HideColumnsByName parameter to handle GenerateColumns hide some column (#3863)
* add HideColumnsByName parameter to handle GenerateColumns hide some column

* add docs

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-22 09:12:06 +08:00
James Yeung
a53a8e24fc
feat(module: tree-select): add CascadingTypeParameter (#3864)
* feat(module: tree-select): add CascadingTypeParameter

* also for tree
2024-05-15 00:39:30 +08:00
James Yeung
43b38b45f3
fix(module: select): EnumSelect throwing exception cause by nullable enum type (#3859) 2024-05-12 13:02:27 +08:00
James Yeung
7081c02af8
fix(module: rangepicker): value binding was confilct with enum select (#3856)
* fix(module: rangepicker): value binding was confilct with enum select

* update enum select for flags

* fix test
2024-05-09 23:14:57 +08:00
James Yeung
379f862797
docs: form localization (#3852) 2024-05-08 22:41:45 +08:00
James Yeung
5e9d1fa15a
docs: imporve the doc of reuse tabs (#3855) 2024-05-08 22:11:07 +08:00
James Yeung
034ab8f8c0
fix(module: select): update select and checkbox enum demo (#3853) 2024-05-08 22:10:45 +08:00
jeffersyuan1976
73168930c1
fix(module: upload): add ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon (#3788)
* Fix ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon

* Fix ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon

* fix: split ShowUploadList Parameter type to ShowPreviewIcon, ShowDownloadIcon, ShowRemoveIcon

* fix: Modify test for Upload

* remove useless changes

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-07 12:46:34 +08:00
pankey888
f2c623d1c8
feat(module: select): Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute (#3843)
* feat(module: EnumSelect): Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. (#3842)

* refactor

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-07 00:49:18 +08:00
pankey888
0e718c3150
feat(module: TreeSelect): Add ExpandedKeys and update document. (#3844)
* feat(module: TreeSelect): Add ExpandedKeys.

* docs: Update TreeSelect document.
2024-05-06 22:58:55 +08:00
pankey888
1d13568668
fix(module: tree-select): Mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set (#3839)
* fix(module: tree-select): Mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set. (#2757)

* remove irrelevant changes

* fix converting keys to value

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-05 00:43:27 +08:00
James Yeung
77cec3e2b6
feat(module: TreeSelect): supports generic value (#3831)
* feat(module: TreeSelect): supports generic value

* use keyexpression to conver get the key

* fix get tree key
2024-04-29 08:12:53 +08:00
agolub-s
c0a207a1a1
fix(module: DatePicker): button breaks when using ShowTime and ChangeOnClose #3770 Fixed (#3830) 2024-04-27 22:10:44 +08:00
James Yeung
667d09cb65
docs: optimize the size of pictures (#3826) 2024-04-26 22:55:23 +08:00
James Yeung
70f6e65b21
fix(module: reuse-tabs): shouldn't auto navigate to the first pinned tab (#3825)
* fix(module: reuse-tabs): shouldn't auto navigate to the first pinned tab

* update the doc
2024-04-26 01:37:04 +08:00
James Yeung
5c338640ba
feat(module: form): support interactive localization for DataAnnotations (#3823)
* feat(module: form): support interactive localization for DataAnnotations

* fix service register
2024-04-25 22:54:44 +08:00
James Yeung
5ac867ce4a
fix(i18n): resource loading (#3820) 2024-04-25 00:03:04 +08:00
James Yeung
78342053c5
fix(i18n): initialize creating localizer (#3816)
* fix(i18n): initialize creating localizer

* fix routing
2024-04-24 00:56:09 +08:00
James Yeung
0faa05ca8d
fix(module: form): shouldn't validate until submit in non-validate-on-change (#3812)
* fix(module: form): shouldn't validate until submit in non-validate-on-change

* fix style

* fix test
2024-04-23 01:18:21 +08:00
James Yeung
e644aad4bf
merge feature
merge feature to master
2024-04-22 23:14:39 +08:00
James Yeung
68e7f6a29f merge feature to master 2024-04-22 22:55:57 +08:00
James Yeung
61ed3bd293
docs: add reusetabs documation and demos (#3802)
* docs: add reusetabs demos

* add pages

* fix demo

* delete page

* add more demo

* clean

* fix encoding

* Update dynamic-title.md
2024-04-22 22:07:54 +08:00
James Yeung
036a6e2442
feat(i18n): implement interactive StringLocalizer and simple localization (#3804)
* feat(module: i18n): implement IStringLocalizer

* fix resource name

* add blazor string localizer

* replace localizer

* add proj

* refacor assembly

* fix namespace

* rename

* rename

* clean

* clean

* clean

* add docs
2024-04-19 20:28:55 +08:00
James Yeung
e3e1b51211
fix: make IsExternalInit internal for avoiding runtime conflicts between 3rd-party libs (#3799) 2024-04-15 00:53:45 +08:00
James Yeung
db1ee18df9
docs: add search sample for table select demo (#3797) 2024-04-14 22:48:27 +08:00
James Yeung
a16951758c
feat(module: modal): support updaet loading state of the confirm button (#3796) 2024-04-13 22:35:57 +08:00
James Yeung
7086556a98
fix(module: form): rule validation for dynamic fields (#3791)
* fix(module: form): rule validation for dynamic fields

* fix demo

* fix encoding
2024-04-10 22:45:35 +08:00
Maksim
9f2e1255dc
docs: Updated get started for charts (#3774) 2024-04-03 22:05:42 +08:00
James Yeung
698ae84ab1
feat(module: checkbox): support generic value (#3715)
* feat(module: checkbox): support generic value

* fix tests

* fix test

* fix name

* fix tests

* fix tests
2024-04-02 22:15:48 +08:00
James Yeung
270b5b5aaf
feat(module: form): add autocomplete parameter (#3763) 2024-04-01 13:13:18 +08:00
James Yeung
a89b41c9b9
fix(module: table): missing expression instance for sorting rows outside (#3766) 2024-03-31 23:06:06 +08:00
James Yeung
3d0ab1a8be
fix(module: form): validation for custom controls (#3761) 2024-03-31 22:03:54 +08:00
James Yeung
9db45d18f4 feat(module: form): support for static SSR. (#3580)
* feat(module: form): form name attribute

* fix build error

* update the official files

* support ssr binding

* support formitem name

* fix name attribute value

* fix radio static checked style

* fix border

* fix less

* fix stop propagation

* fix field name
2024-03-21 21:37:48 +08:00
Pat Hartl
4cfeffd1fb feat(module: modal): support customized header (#3579)
* feat(module: form): Add Method and FormName parameter for Form (#3608)

* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

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

* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)

* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.

* feat(module: comment): avatar placement (#3670)

* feat(module: tabs): add  CreatePage method for reusetabs (#3671)

* Update ReuseTabsService.cs

pr3660

* Update ReuseTabsService.cs

* Update ReuseTabsService.cs

* refactor

* fix build error

---------

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

* Add Header RenderFragment parameter to dialogs for customizable headers

* refactor header

* add a demo

---------

Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
2024-03-21 21:37:48 +08:00
James Yeung
bc67de2e94
feat(module: form): support for static SSR. (#3580)
* feat(module: form): form name attribute

* fix build error

* update the official files

* support ssr binding

* support formitem name

* fix name attribute value

* fix radio static checked style

* fix border

* fix less

* fix stop propagation

* fix field name
2024-03-19 01:17:11 +08:00
Pat Hartl
7be4807c47
feat(module: modal): support customized header (#3579)
* feat(module: form): Add Method and FormName parameter for Form (#3608)

* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

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

* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)

* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.

* feat(module: comment): avatar placement (#3670)

* feat(module: tabs): add  CreatePage method for reusetabs (#3671)

* Update ReuseTabsService.cs

pr3660

* Update ReuseTabsService.cs

* Update ReuseTabsService.cs

* refactor

* fix build error

---------

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

* Add Header RenderFragment parameter to dialogs for customizable headers

* refactor header

* add a demo

---------

Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
2024-03-01 22:36:19 +08:00
James Yeung
d75d1bb042 feat(module: comment): avatar placement (#3670) 2024-02-29 23:50:50 +08:00
Magehernan
5d530947ff feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)
* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.
2024-02-29 23:50:50 +08:00
Sebastian Jura
507a0b0cf5 feat(module: form): Add Method and FormName parameter for Form (#3608)
* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-29 23:50:50 +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
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
e68b3a0446
feat(module: select): support table select (#3693) 2024-02-22 23:11:23 +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
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
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
c9616038a4
docs: fix base address for server side http request (#3663) 2024-02-05 00:33:34 +08:00