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
0
Versions
1178
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-82940.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

@@ -74,5 +74,6 @@ # ez-form-view

- [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)

@@ -91,5 +92,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

@@ -116,5 +118,12 @@ 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 --> 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

@@ -121,0 +130,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,12 @@ 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 --> 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 +122,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

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

{
"name": "@sankhyalabs/ezui-docs",
"version": "0.0.0-feat-dev-KB-81491.4",
"version": "0.0.0-feat-dev-KB-82940.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