@sankhyalabs/ezui-docs
Advanced tools
Comparing version 0.0.0-feat-dev-KB-81354.0 to 0.0.0-feat-dev-KB-81491.0
@@ -25,46 +25,2 @@ # ez-calendar | ||
## Methods | ||
### `fitHorizontal(rightOffset: number) => Promise<void>` | ||
Ajusta o posicionamento horizontal do ez-calendar conforme a disponibilidade de espaço. | ||
#### Returns | ||
Type: `Promise<void>` | ||
### `fitVertical(topOffset: number, bottomOffset: number) => Promise<void>` | ||
Ajusta o posicionamento vertical do ez-calendar conforme a disponibilidade de espaço. | ||
#### Returns | ||
Type: `Promise<void>` | ||
### `hide() => Promise<void>` | ||
Oculta o ez-calendar. | ||
#### Returns | ||
Type: `Promise<void>` | ||
### `show(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>` | ||
Exibe o ez-calendar em uma posição determinada. | ||
É possível determinar o posicionamento através dos parâmetros, no formato css. | ||
#### Returns | ||
Type: `Promise<void>` | ||
## Dependencies | ||
@@ -71,0 +27,0 @@ |
@@ -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 |
@@ -82,2 +82,3 @@ # ez-date-input | ||
- [ez-text-input](../ez-text-input) | ||
- [ez-popover-plus](../ez-popover-plus) | ||
- [ez-calendar](../ez-calendar) | ||
@@ -89,5 +90,7 @@ | ||
ez-date-input --> ez-text-input | ||
ez-date-input --> ez-popover-plus | ||
ez-date-input --> ez-calendar | ||
ez-text-input --> ez-tooltip | ||
ez-text-input --> ez-icon | ||
ez-popover-plus --> ez-popover-core | ||
ez-form-view --> ez-date-input | ||
@@ -94,0 +97,0 @@ style ez-date-input fill:#f9f,stroke:#333,stroke-width:4px |
@@ -83,2 +83,3 @@ # ez-date-time-input | ||
- [ez-text-input](../ez-text-input) | ||
- [ez-popover-plus](../ez-popover-plus) | ||
- [ez-calendar](../ez-calendar) | ||
@@ -90,5 +91,7 @@ | ||
ez-date-time-input --> ez-text-input | ||
ez-date-time-input --> ez-popover-plus | ||
ez-date-time-input --> ez-calendar | ||
ez-text-input --> ez-tooltip | ||
ez-text-input --> ez-icon | ||
ez-popover-plus --> ez-popover-core | ||
ez-form-view --> ez-date-time-input | ||
@@ -95,0 +98,0 @@ style ez-date-time-input fill:#f9f,stroke:#333,stroke-width:4px |
@@ -102,3 +102,7 @@ # 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 | ||
ez-date-input --> ez-popover-plus | ||
ez-date-input --> ez-calendar | ||
@@ -108,2 +112,3 @@ ez-time-input --> ez-text-input | ||
ez-date-time-input --> ez-text-input | ||
ez-date-time-input --> ez-popover-plus | ||
ez-date-time-input --> ez-calendar | ||
@@ -110,0 +115,0 @@ ez-number-input --> ez-text-input |
@@ -96,3 +96,7 @@ # 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 | ||
ez-date-input --> ez-popover-plus | ||
ez-date-input --> ez-calendar | ||
@@ -102,2 +106,3 @@ ez-time-input --> ez-text-input | ||
ez-date-time-input --> ez-text-input | ||
ez-date-time-input --> ez-popover-plus | ||
ez-date-time-input --> ez-calendar | ||
@@ -104,0 +109,0 @@ ez-number-input --> ez-text-input |
@@ -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 |
@@ -94,7 +94,18 @@ # ez-popover-plus | ||
- [ez-combo-box](../ez-combo-box) | ||
- [ez-date-input](../ez-date-input) | ||
- [ez-date-time-input](../ez-date-time-input) | ||
- [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 | ||
ez-date-input --> ez-popover-plus | ||
ez-date-time-input --> ez-popover-plus | ||
filter-column --> ez-popover-plus | ||
@@ -101,0 +112,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-81491.0", | ||
"description": "Documentação da biblioteca de componentes Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "", |
174879
60