@sankhyalabs/ezui-docs 7.1.0-dev.23 → 7.1.0-dev.26

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.
@@ -10,6 +10,7 @@
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | --------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | ----------- |
12
12
  | `enabled` | `enabled` | Define se o combo box está habilitado. | `boolean` | `true` |
13
+ | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
13
14
  | `helpText` | `help-text` | Texto de ajuda exibido abaixo do combo box. | `string` | `undefined` |
14
15
  | `iconClickable` | `icon-clickable` | Define se o ícone é clicável | `boolean` | `false` |
15
16
  | `iconName` | `icon-name` | Nome do ícone. | `string` | `undefined` |
@@ -7,25 +7,26 @@
7
7
 
8
8
  ## Properties
9
9
 
10
- | Property | Attribute | Description | Type | Default |
11
- | -------------------- | ---------------------- | -------------------------------------------------------------- | ------------------------------------------------ | ---------------------------- |
12
- | `enabled` | `enabled` | Define se a textarea está habilitada | `boolean` | `true` |
13
- | `helpText` | `help-text` | Texto de ajuda exibido abaixo da textarea | `string` | `undefined` |
14
- | `label` | `label` | Texto do rótulo exibido acima da área de texto | `string` | `''` |
15
- | `leftIconClickable` | `left-icon-clickable` | Define se o ícone da esquerda é clicável | `boolean` | `false` |
16
- | `leftIconName` | `left-icon-name` | Nome do ícone à esquerda | `string` | `undefined` |
17
- | `leftIconTooltip` | `left-icon-tooltip` | Título do ícone à esquerda (tooltip) | `string` | `undefined` |
18
- | `maxlength` | `maxlength` | Número máximo de caracteres permitidos | `number` | `undefined` |
19
- | `name` | `name` | Nome da textarea | `string` | `StringUtils.generateUUID()` |
20
- | `placeholder` | `placeholder` | Texto de placeholder exibido quando a área de texto está vazia | `string` | `''` |
21
- | `readonly` | `readonly` | Se a área de texto é somente leitura | `boolean` | `false` |
22
- | `resize` | `resize` | Comportamento de redimensionamento da área de texto | `"both" \| "horizontal" \| "none" \| "vertical"` | `'vertical'` |
23
- | `rightIconClickable` | `right-icon-clickable` | Define se o ícone da direita é clicável | `boolean` | `false` |
24
- | `rightIconName` | `right-icon-name` | Nome do ícone à direita | `string` | `undefined` |
25
- | `rightIconTooltip` | `right-icon-tooltip` | Título do ícone à direita (tooltip) | `string` | `undefined` |
26
- | `rows` | `rows` | Define o número de linhas da área de texto | `number` | `5` |
27
- | `state` | `state` | Estado visual da textarea: default, error, success ou warning | `"default" \| "error" \| "success" \| "warning"` | `"default"` |
28
- | `value` | `value` | Valor atual da área de texto | `string` | `''` |
10
+ | Property | Attribute | Description | Type | Default |
11
+ | -------------------- | ---------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------- |
12
+ | `enabled` | `enabled` | Define se a textarea está habilitada | `boolean` | `true` |
13
+ | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido | `string` | `undefined` |
14
+ | `helpText` | `help-text` | Texto de ajuda exibido abaixo da textarea | `string` | `undefined` |
15
+ | `label` | `label` | Texto do rótulo exibido acima da área de texto | `string` | `''` |
16
+ | `leftIconClickable` | `left-icon-clickable` | Define se o ícone da esquerda é clicável | `boolean` | `false` |
17
+ | `leftIconName` | `left-icon-name` | Nome do ícone à esquerda | `string` | `undefined` |
18
+ | `leftIconTooltip` | `left-icon-tooltip` | Título do ícone à esquerda (tooltip) | `string` | `undefined` |
19
+ | `maxlength` | `maxlength` | Número máximo de caracteres permitidos | `number` | `undefined` |
20
+ | `name` | `name` | Nome da textarea | `string` | `StringUtils.generateUUID()` |
21
+ | `placeholder` | `placeholder` | Texto de placeholder exibido quando a área de texto está vazia | `string` | `''` |
22
+ | `readonly` | `readonly` | Se a área de texto é somente leitura | `boolean` | `false` |
23
+ | `resize` | `resize` | Comportamento de redimensionamento da área de texto | `"both" \| "horizontal" \| "none" \| "vertical"` | `'vertical'` |
24
+ | `rightIconClickable` | `right-icon-clickable` | Define se o ícone da direita é clicável | `boolean` | `false` |
25
+ | `rightIconName` | `right-icon-name` | Nome do ícone à direita | `string` | `undefined` |
26
+ | `rightIconTooltip` | `right-icon-tooltip` | Título do ícone à direita (tooltip) | `string` | `undefined` |
27
+ | `rows` | `rows` | Define o número de linhas da área de texto | `number` | `5` |
28
+ | `state` | `state` | Estado visual da textarea: default, error, success ou warning | `"default" \| "error" \| "success" \| "warning"` | `"default"` |
29
+ | `value` | `value` | Valor atual da área de texto | `string` | `''` |
29
30
 
30
31
 
31
32
  ## Events
@@ -214,6 +214,8 @@ graph TD;
214
214
  | Variable | Description |
215
215
  |-|-|
216
216
  | --ez-form-view\_\_item--min-width | Define o tamanho mínimo dos itens do formulário. |
217
+ | --ez-form-view\_\_long-item--min-width | Define o tamanho mínimo dos itens do formulário. |
217
218
  | --ez-form-view\_\_item--max-width | Define o tamanho máximo dos itens do formulário. |
219
+ | --ez-form-view\_\_long-item--max-width | Define o tamanho máximo dos itens longos do formulário. |
218
220
  | --ez-form-view\_\_item--gap | Define o colunas entre itens do formulário. |
219
221
  | --ez-form-view\_\_item--padding | Define o padding do formulário. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "7.1.0-dev.23",
3
+ "version": "7.1.0-dev.26",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [