@sankhyalabs/ezui-docs 5.22.0-dev.34 → 5.22.0-dev.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,7 @@
34
34
  graph TD;
35
35
  ez-breadcrumb --> ez-icon
36
36
  ez-breadcrumb --> ez-dropdown
37
+ ez-dropdown --> ez-skeleton
37
38
  ez-dropdown --> ez-icon
38
39
  style ez-breadcrumb fill:#f9f,stroke:#333,stroke-width:4px
39
40
  ```
@@ -19,6 +19,7 @@
19
19
  | Event | Description | Type |
20
20
  | ------------------ | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------- |
21
21
  | `ezClick` | Emitido quando ocorrer um click em um item da lista, o IDropdownItem que recebeu o click deve ser enviado como data do evento. | `CustomEvent<IDropdownItem>` |
22
+ | `ezHover` | Emitido quando ocorrer o ponteiro do mouse é colocado sobre um item. | `CustomEvent<IDropdownItem>` |
22
23
  | `ezOutsideClick` | Emitido quando ocorrer um click fora do componente. | `CustomEvent<void>` |
23
24
  | `ezSubActionClick` | Emitido quando ocorrer um click em uma ação secundaria do item, o IDropdownSubAction deve ser enviado como data do evento. | `CustomEvent<IDropdownSubAction>` |
24
25
 
@@ -32,11 +33,13 @@
32
33
 
33
34
  ### Depends on
34
35
 
36
+ - [ez-skeleton](../ez-skeleton)
35
37
  - [ez-icon](../ez-icon)
36
38
 
37
39
  ### Graph
38
40
  ```mermaid
39
41
  graph TD;
42
+ ez-dropdown --> ez-skeleton
40
43
  ez-dropdown --> ez-icon
41
44
  ez-breadcrumb --> ez-dropdown
42
45
  ez-split-button --> ez-dropdown
@@ -17,6 +17,19 @@
17
17
  | `width` | `width` | Width of the skeleton ex. 100px, 100%, auto etc. | `string` | `null` |
18
18
 
19
19
 
20
+ ## Dependencies
21
+
22
+ ### Used by
23
+
24
+ - [ez-dropdown](../ez-dropdown)
25
+
26
+ ### Graph
27
+ ```mermaid
28
+ graph TD;
29
+ ez-dropdown --> ez-skeleton
30
+ style ez-skeleton fill:#f9f,stroke:#333,stroke-width:4px
31
+ ```
32
+
20
33
  ----------------------------------------------
21
34
 
22
35
 
@@ -74,6 +74,7 @@ Type: `Promise<void>`
74
74
  graph TD;
75
75
  ez-split-button --> ez-icon
76
76
  ez-split-button --> ez-dropdown
77
+ ez-dropdown --> ez-skeleton
77
78
  ez-dropdown --> ez-icon
78
79
  style ez-split-button fill:#f9f,stroke:#333,stroke-width:4px
79
80
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "5.22.0-dev.34",
3
+ "version": "5.22.0-dev.36",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [