ant-design-blazor/components/modal/config
zxyao 1bdece0ea8 feat(module: modal): add locale for Modal and Confirm (#932)
* feat(module: modal): add Modal locale

* feat(module: confirm): locale support for zh-cn, en-us

* docs: add the demo of override locale's custom text

* feat: locale's json files add confirm configuration

* fix: custom ButtonProps override Button[1,2,3]Text or OK(Cancel)Text

* docs: using InvokeAsync to invoke StateHasChanged

* docs(module: modal): add override locale de
2020-12-29 23:34:18 +08:00
..
ButtonProps.cs feat(module: modal): add locale for Modal and Confirm (#932) 2020-12-29 23:34:18 +08:00
ConfirmButtonOptions.cs feat(module: modal): support getting the result from confirm (#476) 2020-08-22 09:24:55 +08:00
ConfirmOptions.cs feat(module: modal): add locale for Modal and Confirm (#932) 2020-12-29 23:34:18 +08:00
DialogOptions.cs refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
DialogOptionsBase.cs refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
IModalTemplate.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalClosingEventArgs.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalOptions.cs refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00