# ez-text-edit



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description                 | Type      | Default     |
| -------- | --------- | --------------------------- | --------- | ----------- |
| `styled` | --        | Define atributos do estilo. | `IStyled` | `undefined` |
| `value`  | `value`   | Define o valor do campo.    | `string`  | `undefined` |


## Events

| Event           | Description                    | Type               |
| --------------- | ------------------------------ | ------------------ |
| `cancelEdition` | Emitido ao cancelar uma edição | `CustomEvent<any>` |
| `saveEdition`   | Emitido ao salvar uma edição   | `CustomEvent<any>` |


## Methods

### `applyFocusSelect() => Promise<void>`

Aplica foco no campo.

#### Returns

Type: `Promise<void>`




## Dependencies

### Used by

 - [ez-collapsible-box](../ez-collapsible-box)

### Depends on

- [ez-text-input](../ez-text-input)
- [ez-button](../ez-button)

### Graph
```mermaid
graph TD;
  ez-text-edit --> ez-text-input
  ez-text-edit --> ez-button
  ez-text-input --> ez-tooltip
  ez-text-input --> ez-icon
  ez-button --> ez-icon
  ez-collapsible-box --> ez-text-edit
  style ez-text-edit fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


