@sankhyalabs/ezui-docs 5.22.0-dev.97 → 5.22.0-dev.98

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.
@@ -79,15 +79,18 @@ Type: `Promise<void>`
79
79
  ### Depends on
80
80
 
81
81
  - [ez-text-input](../ez-text-input)
82
+ - [ez-popover-plus](../ez-popover-plus)
82
83
  - [ez-calendar](../ez-calendar)
83
84
 
84
85
  ### Graph
85
86
  ```mermaid
86
87
  graph TD;
87
88
  ez-date-input --> ez-text-input
89
+ ez-date-input --> ez-popover-plus
88
90
  ez-date-input --> ez-calendar
89
91
  ez-text-input --> ez-tooltip
90
92
  ez-text-input --> ez-icon
93
+ ez-popover-plus --> ez-popover-core
91
94
  ez-form-view --> ez-date-input
92
95
  style ez-date-input fill:#f9f,stroke:#333,stroke-width:4px
93
96
  ```
@@ -80,15 +80,18 @@ Type: `Promise<void>`
80
80
  ### Depends on
81
81
 
82
82
  - [ez-text-input](../ez-text-input)
83
+ - [ez-popover-plus](../ez-popover-plus)
83
84
  - [ez-calendar](../ez-calendar)
84
85
 
85
86
  ### Graph
86
87
  ```mermaid
87
88
  graph TD;
88
89
  ez-date-time-input --> ez-text-input
90
+ ez-date-time-input --> ez-popover-plus
89
91
  ez-date-time-input --> ez-calendar
90
92
  ez-text-input --> ez-tooltip
91
93
  ez-text-input --> ez-icon
94
+ ez-popover-plus --> ez-popover-core
92
95
  ez-form-view --> ez-date-time-input
93
96
  style ez-date-time-input fill:#f9f,stroke:#333,stroke-width:4px
94
97
  ```
@@ -97,10 +97,12 @@ graph TD;
97
97
  ez-combo-box --> ez-combo-box-list
98
98
  ez-popover-plus --> ez-popover-core
99
99
  ez-date-input --> ez-text-input
100
+ ez-date-input --> ez-popover-plus
100
101
  ez-date-input --> ez-calendar
101
102
  ez-time-input --> ez-text-input
102
103
  ez-time-input --> ez-icon
103
104
  ez-date-time-input --> ez-text-input
105
+ ez-date-time-input --> ez-popover-plus
104
106
  ez-date-time-input --> ez-calendar
105
107
  ez-number-input --> ez-text-input
106
108
  ez-search --> ez-text-input
@@ -103,10 +103,12 @@ graph TD;
103
103
  ez-combo-box --> ez-combo-box-list
104
104
  ez-popover-plus --> ez-popover-core
105
105
  ez-date-input --> ez-text-input
106
+ ez-date-input --> ez-popover-plus
106
107
  ez-date-input --> ez-calendar
107
108
  ez-time-input --> ez-text-input
108
109
  ez-time-input --> ez-icon
109
110
  ez-date-time-input --> ez-text-input
111
+ ez-date-time-input --> ez-popover-plus
110
112
  ez-date-time-input --> ez-calendar
111
113
  ez-number-input --> ez-text-input
112
114
  ez-search --> ez-text-input
@@ -94,6 +94,8 @@ Type: `Promise<void>`
94
94
  ### Used by
95
95
 
96
96
  - [ez-combo-box](../ez-combo-box)
97
+ - [ez-date-input](../ez-date-input)
98
+ - [ez-date-time-input](../ez-date-time-input)
97
99
  - [ez-search](../ez-search)
98
100
  - [filter-column](../ez-grid/subcomponents)
99
101
 
@@ -106,6 +108,8 @@ Type: `Promise<void>`
106
108
  graph TD;
107
109
  ez-popover-plus --> ez-popover-core
108
110
  ez-combo-box --> ez-popover-plus
111
+ ez-date-input --> ez-popover-plus
112
+ ez-date-time-input --> ez-popover-plus
109
113
  ez-search --> ez-popover-plus
110
114
  filter-column --> ez-popover-plus
111
115
  style ez-popover-plus fill:#f9f,stroke:#333,stroke-width:4px
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "5.22.0-dev.97",
3
+ "version": "5.22.0-dev.98",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [