@sankhyalabs/ezui-docs
Advanced tools
Comparing version 5.0.7 to 5.1.0
@@ -13,10 +13,6 @@ # ez-popover | ||
| `autoClose` | `auto-close` | Define que será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` | | ||
| `bottom` | `bottom` | Define a distância de baixo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` | | ||
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` | | ||
| `innerElement` | `inner-element` | Define as tags que serão consideradas conteúdo. | `string \| string[]` | `undefined` | | ||
| `left` | `left` | Define a distância do lado esquerdo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` | | ||
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `undefined` | | ||
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` | | ||
| `right` | `right` | Define a distância do lado direito. Devem ser usados valores válidos de CSS. | `string` | `"0px"` | | ||
| `top` | `top` | Define a distância do topo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` | | ||
@@ -43,3 +39,3 @@ | ||
### `show(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>` | ||
### `show(top?: string, left?: string) => Promise<void>` | ||
@@ -54,4 +50,14 @@ Exibe o ez-popover. | ||
### `updatePosition(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>` | ||
### `showUnder(element: HTMLElement, options?: IEzPopoverAnchorOptions) => Promise<void>` | ||
Ancora a exibição do popOver a um elemento HTML. | ||
#### Returns | ||
Type: `Promise<void>` | ||
### `updatePosition(top?: string, left?: string) => Promise<void>` | ||
Atualiza a posição do popover. | ||
@@ -58,0 +64,0 @@ |
{ | ||
"name": "@sankhyalabs/ezui-docs", | ||
"version": "5.0.7", | ||
"version": "5.1.0", | ||
"description": "Documentação da biblioteca de componentes Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "", |
112857