New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
5
Versions
1181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs - npm Package Compare versions

Comparing version 0.0.0-feat-dev-KB-81491.4 to 0.0.0-feat-dev-KB-82936.0

components/ez-search-plus/readme.md

6

components/ez-card-item/readme.md

@@ -28,3 +28,4 @@ # ez-card-item

- [ez-search](../ez-search)
- [ez-search-result-list](../ez-search-plus/subcomponent/ez-search-result-list)
- [search-list](../ez-search/subcomponent/search-list)

@@ -34,3 +35,4 @@ ### Graph

graph TD;
ez-search --> ez-card-item
ez-search-result-list --> ez-card-item
search-list --> ez-card-item
style ez-card-item fill:#f9f,stroke:#333,stroke-width:4px

@@ -37,0 +39,0 @@ ```

@@ -37,3 +37,3 @@ # ez-combo-box-list

Move a seleção para a opção anterior na lista.
Move a seleção para a opção anterior na lista, sem ultrapassar o início.

@@ -40,0 +40,0 @@ #### Returns

@@ -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,5 +120,13 @@ ez-collapsible-box --> ez-text-edit

ez-number-input --> ez-text-input
ez-search --> ez-card-item
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-result-list --> ez-skeleton
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
ez-form --> ez-form-view

@@ -122,0 +133,0 @@ style ez-form-view fill:#f9f,stroke:#333,stroke-width:4px

@@ -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,5 +110,13 @@ ez-collapsible-box --> ez-text-edit

ez-number-input --> ez-text-input
ez-search --> ez-card-item
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-result-list --> ez-skeleton
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
style ez-form fill:#f9f,stroke:#333,stroke-width:4px

@@ -114,0 +123,0 @@ ```

@@ -270,5 +270,7 @@ # ez-grid

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
style ez-grid fill:#f9f,stroke:#333,stroke-width:4px

@@ -275,0 +277,0 @@ ```

@@ -83,5 +83,7 @@ # filter-column

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
ez-grid --> filter-column

@@ -88,0 +90,0 @@ style filter-column fill:#f9f,stroke:#333,stroke-width:4px

@@ -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

@@ -68,5 +68,8 @@ # ez-multi-selection-list

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
ez-popover-plus --> ez-popover-core
search-list --> ez-card-item
filter-column --> ez-multi-selection-list

@@ -73,0 +76,0 @@ style ez-multi-selection-list fill:#f9f,stroke:#333,stroke-width:4px

@@ -10,10 +10,12 @@ # ez-popover-plus

| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | --------------------------------------------------------------------------------- | ------------------------------- | -------------------------------------------------------- |
| `anchorElement` | `anchor-element` | Define o elemento de ancoragem. | `HTMLElement \| string` | `undefined` |
| `autoClose` | `auto-close` | Define que será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` |
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` |
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `false` |
| `options` | -- | Define as opções do elemento. | `IEzPopoverAnchorOptions` | `{ horizontalGap: 0, verticalGap: 0, fromRight: false }` |
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` |
| Property | Attribute | Description | Type | Default |
| --------------- | ----------------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | -------------------------------------------------------- |
| `anchorElement` | `anchor-element` | Define o elemento de ancoragem. | `(string \| HTMLElement)[] \| HTMLElement \| string` | `undefined` |
| `autoClose` | `auto-close` | Define que será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` |
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` |
| `minWidth` | `min-width` | Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira). | `number` | `150` |
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `false` |
| `options` | -- | Define as opções do elemento. | `IEzPopoverAnchorOptions` | `{ horizontalGap: 0, verticalGap: 0, fromRight: false }` |
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` |
| `useAnchorSize` | `use-anchor-size` | Define se o elemento manterá o mesmo tamanho do componente de ancora. | `boolean` | `false` |

@@ -98,2 +100,4 @@

- [ez-date-time-input](../ez-date-time-input)
- [ez-search](../ez-search)
- [ez-search-plus](../ez-search-plus)
- [filter-column](../ez-grid/subcomponents)

@@ -112,2 +116,4 @@

ez-date-time-input --> ez-popover-plus
ez-search --> ez-popover-plus
ez-search-plus --> ez-popover-plus
filter-column --> ez-popover-plus

@@ -114,0 +120,0 @@ style ez-popover-plus fill:#f9f,stroke:#333,stroke-width:4px

@@ -10,10 +10,12 @@ # ez-popover-core

| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | --------------------------------------------------------------------------------- | ------------------------------- | -------------------------------------------------------- |
| `anchorElement` | `anchor-element` | Define o elemento de ancoragem. | `HTMLElement \| string` | `undefined` |
| `autoClose` | `auto-close` | Define que será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` |
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` |
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `false` |
| `options` | -- | Define as opções do elemento. | `IEzPopoverAnchorOptions` | `{ horizontalGap: 0, verticalGap: 0, fromRight: false }` |
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` |
| Property | Attribute | Description | Type | Default |
| --------------- | ----------------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | -------------------------------------------------------- |
| `anchorElement` | `anchor-element` | Define o elemento de ancoragem. | `(string \| HTMLElement)[] \| HTMLElement \| string` | `undefined` |
| `autoClose` | `auto-close` | Define se será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` |
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` |
| `minWidth` | `min-width` | Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira). | `number` | `150` |
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `false` |
| `options` | -- | Define as opções do elemento. | `IEzPopoverAnchorOptions` | `{ horizontalGap: 0, verticalGap: 0, fromRight: false }` |
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` |
| `useAnchorSize` | `use-anchor-size` | Define se o elemento manterá o mesmo tamanho do componente de ancora. | `boolean` | `false` |

@@ -20,0 +22,0 @@

@@ -104,5 +104,6 @@ # ez-search

- [ez-card-item](../ez-card-item)
- [ez-text-input](../ez-text-input)
- [ez-icon](../ez-icon)
- [ez-popover-plus](../ez-popover-plus)
- [search-list](./subcomponent/search-list)

@@ -112,7 +113,10 @@ ### Graph

graph TD;
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
search-list --> ez-card-item
ez-form-view --> ez-search

@@ -119,0 +123,0 @@ ez-multi-selection-list --> ez-search

@@ -25,2 +25,3 @@ # ez-skeleton

- [ez-dropdown](../ez-dropdown)
- [ez-search-result-list](../ez-search-plus/subcomponent/ez-search-result-list)

@@ -31,2 +32,3 @@ ### Graph

ez-dropdown --> ez-skeleton
ez-search-result-list --> ez-skeleton
style ez-skeleton fill:#f9f,stroke:#333,stroke-width:4px

@@ -33,0 +35,0 @@ ```

@@ -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,15 @@ # 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 }` |
| `maxWidth` | `max-width` | Define a largura máxima do elemento. | `number` | `200` |
| `message` | `message` | Mensagem que será apresentada no tooltip. | `string` | `undefined` |
| `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'` |
| `useAnchorSize` | `use-anchor-size` | Define se o elemento manterá o mesmo tamanho do componente de ancora. | `boolean` | `false` |
## Methods
### `positionTooltip() => Promise<void>`
Reposiciona o tooltip de acordo com a posição do elemento de ancoragem.
#### Returns
Type: `Promise<void>`
## Dependencies

@@ -31,0 +25,0 @@

{
"name": "@sankhyalabs/ezui-docs",
"version": "0.0.0-feat-dev-KB-81491.4",
"version": "0.0.0-feat-dev-KB-82936.0",
"description": "Documentação da biblioteca de componentes Sankhya.",

@@ -5,0 +5,0 @@ "main": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc