@sankhyalabs/ezui-docs
Advanced tools
Comparing version 0.0.0-bugfix-dev-KB-81596.0 to 0.0.0-bugfix-dev-KB-81596.1
@@ -28,2 +28,3 @@ # ez-card-item | ||
- [ez-search-result-list](../ez-search-plus/subcomponent/ez-search-result-list) | ||
- [search-list](../ez-search/subcomponent/search-list) | ||
@@ -34,2 +35,3 @@ | ||
graph TD; | ||
ez-search-result-list --> ez-card-item | ||
search-list --> ez-card-item | ||
@@ -36,0 +38,0 @@ style ez-card-item fill:#f9f,stroke:#333,stroke-width:4px |
@@ -10,6 +10,7 @@ # ez-form-view | ||
| Property | Attribute | Description | Type | Default | | ||
| ---------------- | --------- | ------------------------------------------------------------------------- | ------------------ | ----------- | | ||
| `fields` | -- | Define a lista de metadados usada para criar os campos de user interface. | `IFormViewField[]` | `undefined` | | ||
| `selectedRecord` | -- | Define os registros da linha selecionada. | `Record` | `undefined` | | ||
| Property | Attribute | Description | Type | Default | | ||
| ---------------- | --------------- | ------------------------------------------------------------------------- | ------------------ | ----------- | | ||
| `fields` | -- | Define a lista de metadados usada para criar os campos de user interface. | `IFormViewField[]` | `undefined` | | ||
| `selectedRecord` | -- | Define os registros da linha selecionada. | `Record` | `undefined` | | ||
| `singleColumn` | `single-column` | Define se o formulario deve possuir apenas 1 coluna. | `boolean` | `true` | | ||
@@ -75,5 +76,6 @@ | ||
- [ez-number-input](../ez-number-input) | ||
- [ez-search](../ez-search) | ||
- [ez-text-area](../ez-text-area) | ||
- [ez-text-input](../ez-text-input) | ||
- [ez-search-plus](../ez-search-plus) | ||
- [ez-search](../ez-search) | ||
@@ -92,5 +94,6 @@ ### Graph | ||
ez-form-view --> ez-number-input | ||
ez-form-view --> ez-search | ||
ez-form-view --> ez-text-area | ||
ez-form-view --> ez-text-input | ||
ez-form-view --> ez-search-plus | ||
ez-form-view --> ez-search | ||
ez-collapsible-box --> ez-icon | ||
@@ -117,2 +120,7 @@ ez-collapsible-box --> ez-text-edit | ||
ez-number-input --> ez-text-input | ||
ez-search-plus --> ez-icon | ||
ez-search-plus --> ez-text-input | ||
ez-search-plus --> ez-popover-plus | ||
ez-search-plus --> ez-search-result-list | ||
ez-search-result-list --> ez-card-item | ||
ez-search --> ez-text-input | ||
@@ -119,0 +127,0 @@ ez-search --> ez-icon |
@@ -84,5 +84,6 @@ # ez-form | ||
ez-form-view --> ez-number-input | ||
ez-form-view --> ez-search | ||
ez-form-view --> ez-text-area | ||
ez-form-view --> ez-text-input | ||
ez-form-view --> ez-search-plus | ||
ez-form-view --> ez-search | ||
ez-collapsible-box --> ez-icon | ||
@@ -109,2 +110,7 @@ ez-collapsible-box --> ez-text-edit | ||
ez-number-input --> ez-text-input | ||
ez-search-plus --> ez-icon | ||
ez-search-plus --> ez-text-input | ||
ez-search-plus --> ez-popover-plus | ||
ez-search-plus --> ez-search-result-list | ||
ez-search-result-list --> ez-card-item | ||
ez-search --> ez-text-input | ||
@@ -111,0 +117,0 @@ ez-search --> ez-icon |
@@ -37,2 +37,3 @@ # ez-icon | ||
- [ez-search](../ez-search) | ||
- [ez-search-plus](../ez-search-plus) | ||
- [ez-sidebar-button](../ez-sidebar-button) | ||
@@ -64,2 +65,3 @@ - [ez-split-button](../ez-split-button) | ||
ez-search --> ez-icon | ||
ez-search-plus --> ez-icon | ||
ez-sidebar-button --> ez-icon | ||
@@ -66,0 +68,0 @@ ez-split-button --> ez-icon |
@@ -100,2 +100,3 @@ # ez-popover-plus | ||
- [ez-search](../ez-search) | ||
- [ez-search-plus](../ez-search-plus) | ||
- [filter-column](../ez-grid/subcomponents) | ||
@@ -115,2 +116,3 @@ | ||
ez-search --> ez-popover-plus | ||
ez-search-plus --> ez-popover-plus | ||
filter-column --> ez-popover-plus | ||
@@ -117,0 +119,0 @@ style ez-popover-plus fill:#f9f,stroke:#333,stroke-width:4px |
@@ -17,2 +17,3 @@ # ez-text-input | ||
| `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` | | ||
| `hasInvalid` | `has-invalid` | Define se o campo está em estado inválido (bordas vermelhas). | `boolean` | `false` | | ||
| `label` | `label` | Texto a ser apresentado como título do campo. | `string` | `undefined` | | ||
@@ -78,2 +79,3 @@ | `mask` | `mask` | Aplica uma máscara no conteúdo conforme o padrão estabelecido | `string` | `undefined` | | ||
- [ez-search](../ez-search) | ||
- [ez-search-plus](../ez-search-plus) | ||
- [ez-text-edit](../ez-text-edit) | ||
@@ -99,2 +101,3 @@ - [ez-time-input](../ez-time-input) | ||
ez-search --> ez-text-input | ||
ez-search-plus --> ez-text-input | ||
ez-text-edit --> ez-text-input | ||
@@ -101,0 +104,0 @@ ez-time-input --> ez-text-input |
@@ -10,21 +10,14 @@ # ez-tooltip | ||
| Property | Attribute | Description | Type | Default | | ||
| ------------------ | --------------- | ----------------------------------------------------------- | ------------- | ----------- | | ||
| `anchoringElement` | -- | Elemento HTML que será utilizado como ancoragem do tooltip. | `HTMLElement` | `undefined` | | ||
| `errorMessage` | `error-message` | Mensagem de erro que será apresentada no tooltip. | `string` | `undefined` | | ||
| Property | Attribute | Description | Type | Default | | ||
| ------------------ | ----------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | | ||
| `active` | `active` | Define se o tooltip está ativo. | `boolean` | `true` | | ||
| `anchoringElement` | -- | Elemento HTML que será utilizado como ancoragem do tooltip. | `HTMLElement` | `undefined` | | ||
| `debouncingTime` | `debouncing-time` | Tempo de espera para exibir o tooltip após o evento de mouseenter. | `number` | `500` | | ||
| `gapOptions` | -- | Define o espaçamento entre o tooltip e o elemento de ancoragem. | `{ horizontalGap: number; verticalGap: number; }` | `{ horizontalGap: 0, verticalGap: 0 }` | | ||
| `message` | `message` | Mensagem que será apresentada no tooltip. | `string` | `undefined` | | ||
| `minWidth` | `min-width` | Define a largura mínima do elemento. | `number` | `150` | | ||
| `placement` | `placement` | Define a posição do tooltip em relação ao elemento de ancoragem. | `"bottom" \| "bottom-end" \| "bottom-start" \| "left" \| "left-end" \| "left-start" \| "right" \| "right-end" \| "right-start" \| "top" \| "top-end" \| "top-start"` | `'bottom'` | | ||
| `type` | `type` | Define o tipo de tooltip a ser exibido. | `"default" \| "error" \| "success" \| "warning"` | `'default'` | | ||
## Methods | ||
### `positionTooltip() => Promise<void>` | ||
Reposiciona o tooltip de acordo com a posição do elemento de ancoragem. | ||
#### Returns | ||
Type: `Promise<void>` | ||
## Dependencies | ||
@@ -31,0 +24,0 @@ |
{ | ||
"name": "@sankhyalabs/ezui-docs", | ||
"version": "0.0.0-bugfix-dev-KB-81596.0", | ||
"version": "0.0.0-bugfix-dev-KB-81596.1", | ||
"description": "Documentação da biblioteca de componentes Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "", |
195682
63