Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
0
Versions
1111
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-81354.0 to 0.0.0-feat-dev-KB-81367.0

components/ez-combo-box/ez-combo-box-list/readme.md

5

components/ez-combo-box/readme.md

@@ -102,2 +102,4 @@ # ez-combo-box

- [ez-icon](../ez-icon)
- [ez-popover-plus](../ez-popover-plus)
- [ez-combo-box-list](ez-combo-box-list)

@@ -109,4 +111,7 @@ ### Graph

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
ez-form-view --> ez-combo-box

@@ -113,0 +118,0 @@ style ez-combo-box fill:#f9f,stroke:#333,stroke-width:4px

3

components/ez-form-view/readme.md

@@ -102,2 +102,5 @@ # ez-form-view

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-popover-plus --> ez-popover-core
ez-date-input --> ez-text-input

@@ -104,0 +107,0 @@ ez-date-input --> ez-calendar

@@ -96,2 +96,5 @@ # ez-form

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-popover-plus --> ez-popover-core
ez-date-input --> ez-text-input

@@ -98,0 +101,0 @@ ez-date-input --> ez-calendar

@@ -258,2 +258,3 @@ # ez-grid

filter-column --> ez-multi-selection-list
ez-popover-plus --> ez-popover-core
ez-multi-selection-list --> ez-check

@@ -260,0 +261,0 @@ ez-multi-selection-list --> ez-list

@@ -70,2 +70,3 @@ # filter-column

filter-column --> ez-multi-selection-list
ez-popover-plus --> ez-popover-core
ez-button --> ez-icon

@@ -72,0 +73,0 @@ ez-multi-selection-list --> ez-check

25

components/ez-popover-plus/readme.md

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

@@ -95,7 +97,14 @@

- [ez-combo-box](../ez-combo-box)
- [filter-column](../ez-grid/subcomponents)
### Depends on
- [ez-popover-core](subcomponent)
### Graph
```mermaid
graph TD;
ez-popover-plus --> ez-popover-core
ez-combo-box --> ez-popover-plus
filter-column --> ez-popover-plus

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

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