* fix(module: form): locale transfer of attributes should ignore which has been set the ErrorMessageResourceName
* update demo
* replace complex object validator
* fix CompareAttribute
* 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>
* 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
* 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
* add group title template
* use generic rowdata
* "Add documentation and demos"
* updae demo
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* 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>
* 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
* 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>
* 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>
* 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
* 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>
* 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
* 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>
* 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.
* 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: 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>