@sankhyalabs/ezui-docs 5.22.0-dev.83 → 5.22.0-dev.84
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.
|
@@ -239,16 +239,18 @@ Type: `Promise<void>`
|
|
|
239
239
|
|
|
240
240
|
### Depends on
|
|
241
241
|
|
|
242
|
+
- [ez-popover](../ez-popover)
|
|
243
|
+
- [ez-icon](../ez-icon)
|
|
242
244
|
- [ez-button](../ez-button)
|
|
243
245
|
- [filter-column](subcomponents)
|
|
244
|
-
- [ez-icon](../ez-icon)
|
|
245
246
|
|
|
246
247
|
### Graph
|
|
247
248
|
```mermaid
|
|
248
249
|
graph TD;
|
|
250
|
+
ez-grid --> ez-popover
|
|
251
|
+
ez-grid --> ez-icon
|
|
249
252
|
ez-grid --> ez-button
|
|
250
253
|
ez-grid --> filter-column
|
|
251
|
-
ez-grid --> ez-icon
|
|
252
254
|
ez-button --> ez-icon
|
|
253
255
|
filter-column --> ez-popover
|
|
254
256
|
filter-column --> ez-button
|
|
@@ -70,11 +70,13 @@ Type: `Promise<void>`
|
|
|
70
70
|
|
|
71
71
|
### Used by
|
|
72
72
|
|
|
73
|
+
- [ez-grid](../ez-grid)
|
|
73
74
|
- [filter-column](../ez-grid/subcomponents)
|
|
74
75
|
|
|
75
76
|
### Graph
|
|
76
77
|
```mermaid
|
|
77
78
|
graph TD;
|
|
79
|
+
ez-grid --> ez-popover
|
|
78
80
|
filter-column --> ez-popover
|
|
79
81
|
style ez-popover fill:#f9f,stroke:#333,stroke-width:4px
|
|
80
82
|
```
|