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
3
Versions
1156
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 3.0.4 to 3.1.0

18

components/ez-breadcrumb/readme.md

@@ -10,5 +10,8 @@ # ez-breadcrumb

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------------------------- | ------------------- | ------- |
| `items` | -- | Lista de itens do breadcrumb. | `IBreadcrumbItem[]` | `[]` |
| Property | Attribute | Description | Type | Default |
| ------------------ | ------------------- | -------------------------------------------------------------- | --------------------- | -------- |
| `fillMode` | `fill-mode` | Define o modo de uso do Breadcrumb. | `"auto" \| "regular"` | `"auto"` |
| `items` | -- | Lista de itens do breadcrumb. | `IBreadcrumbItem[]` | `[]` |
| `maxItems` | `max-items` | Define o limite máximo de itens a serem renderizados. | `number` | `4` |
| `positionEllipsis` | `position-ellipsis` | Define a posição do Ellipsis nos itens visíveis do Breadcrumb. | `number` | `1` |

@@ -18,5 +21,5 @@

| Event | Description | Type |
| --------- | --------------------------------------------------- | ------------------------------ |
| `ezClick` | Emitido quando um item do breadcrumb é selecionado. | `CustomEvent<IBreadcrumbItem>` |
| Event | Description | Type |
| -------------- | --------------------------------------------------- | ------------------------------ |
| `selectedItem` | Emitido quando um item do breadcrumb é selecionado. | `CustomEvent<IBreadcrumbItem>` |

@@ -29,2 +32,3 @@

- [ez-icon](../ez-icon)
- [ez-dropdown](../ez-dropdown)

@@ -35,2 +39,4 @@ ### Graph

ez-breadcrumb --> ez-icon
ez-breadcrumb --> ez-dropdown
ez-dropdown --> ez-icon
style ez-breadcrumb fill:#f9f,stroke:#333,stroke-width:4px

@@ -37,0 +43,0 @@ ```

@@ -27,2 +27,6 @@ # ez-dropdown

### Used by
- [ez-breadcrumb](../ez-breadcrumb)
### Depends on

@@ -36,2 +40,3 @@

ez-dropdown --> ez-icon
ez-breadcrumb --> ez-dropdown
style ez-dropdown fill:#f9f,stroke:#333,stroke-width:4px

@@ -38,0 +43,0 @@ ```

{
"name": "@sankhyalabs/ezui-docs",
"version": "3.0.4",
"version": "3.1.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