@sankhyalabs/ezui-docs
Advanced tools
Comparing version 3.0.4 to 3.1.0
@@ -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": "", |
95514