@sankhyalabs/ezui-docs
Advanced tools
Comparing version
@@ -12,2 +12,3 @@ # ez-dialog | ||
| ---------------------- | ------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ----------- | | ||
| `beforeClose` | -- | Define função a ser executada antes de fechar o modal | `Function` | `undefined` | | ||
| `confirm` | `confirm` | Define se o ez-dialog será utilizado no modo de confirmação. | `boolean` | `false` | | ||
@@ -31,3 +32,3 @@ | `dialogType` | `dialog-type` | Define aparência do ez-dialog. | `DialogType.CRITICAL \| DialogType.DEFAULT \| DialogType.SUCCESS \| DialogType.WARN` | `undefined` | | ||
### `show(title: string, message: string, dialogType: DialogType, confirm: boolean, icon: string, labelCancel: string, labelConfirm: string, btnConfirmDanger: boolean) => Promise<boolean>` | ||
### `show(title: string, message: string, dialogType: DialogType, confirm: boolean, icon: string, labelCancel: string, labelConfirm: string, btnConfirmDanger: boolean, beforeClose: Function) => Promise<boolean>` | ||
@@ -34,0 +35,0 @@ Exibe o ez-dialog. |
{ | ||
"name": "@sankhyalabs/ezui-docs", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"description": "Documentação da biblioteca de componentes Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "", |
101507
0.24%