@sankhyalabs/ezui-docs 4.6.1 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,13 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
## Properties
|
|
9
9
|
|
|
10
|
-
| Property | Attribute | Description
|
|
11
|
-
| ------------------- | --------------------- |
|
|
12
|
-
| `align` | `align` | Define o alinhamento do ez-modal.
|
|
13
|
-
| `closeEsc` | `close-esc` | Define se o ez-modal será fechado ao clicar `ESC`.
|
|
14
|
-
| `closeOutsideClick` | `close-outside-click` | Define se o modal será fechado ao clicar fora do conteúdo.
|
|
15
|
-
| `
|
|
16
|
-
| `
|
|
10
|
+
| Property | Attribute | Description | Type | Default |
|
|
11
|
+
| ------------------- | --------------------- | ---------------------------------------------------------------------------------------------------- | --------------------- | ----------- |
|
|
12
|
+
| `align` | `align` | Define o alinhamento do ez-modal. | `"left" \| "right"` | `undefined` |
|
|
13
|
+
| `closeEsc` | `close-esc` | Define se o ez-modal será fechado ao clicar `ESC`. | `boolean` | `false` |
|
|
14
|
+
| `closeOutsideClick` | `close-outside-click` | Define se o modal será fechado ao clicar fora do conteúdo. | `boolean` | `false` |
|
|
15
|
+
| `heightMode` | `height-mode` | Ativa o modo Full, permitindo que o Modal expanda-se verticalmente e ocupe todo o espaço disponível. | `"full" \| "regular"` | `"regular"` |
|
|
16
|
+
| `modalSize` | `modal-size` | Define o tamanho do ez-modal. Devem ser definidas seguindo grid-layout. Exemplo: `col-sd-3`. | `string` | `undefined` |
|
|
17
|
+
| `opened` | `opened` | Define se o ez-modal está aberto. | `boolean` | `true` |
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
## Events
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| `maxFileSize` | `max-file-size` | Define o tamanho máximo (em bytes) de cada arquivo que pode ser transferido | `number` | `undefined` |
|
|
15
15
|
| `maxFiles` | `max-files` | Define um limite para a quantidade de arquivos | `number` | `undefined` |
|
|
16
16
|
| `requestHeaders` | `request-headers` | Headers para a requisição Http | `any` | `undefined` |
|
|
17
|
+
| `subtitle` | `subtitle` | Define o subtítulo utilizado no campo de upload | `string` | `undefined` |
|
|
17
18
|
| `urlDelete` | `url-delete` | Define a URL de deleção | `string` | `undefined` |
|
|
18
19
|
| `urlUpload` | `url-upload` | Define a URL de upload | `string` | `undefined` |
|
|
19
20
|
| `value` | -- | Define o valor do campo. | `EzFile[]` | `undefined` |
|