New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
3
Versions
1287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs - npm Package Compare versions

Comparing version

to
4.8.0

3

components/ez-dialog/readme.md

@@ -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": "",