@sankhyalabs/ezui-docs 0.0.0-bugfix-dev-KB-78242.4 → 0.0.0-bugfix-dev-kb-74998.1

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.
@@ -82,8 +82,6 @@ graph TD;
82
82
  ez-collapsible-box --> ez-text-edit
83
83
  ez-text-edit --> ez-text-input
84
84
  ez-text-edit --> ez-button
85
- ez-text-input --> ez-tooltip
86
- ez-text-input --> ez-icon
87
85
  ez-button --> ez-icon
88
86
  ez-form-view --> ez-collapsible-box
89
87
  style ez-collapsible-box fill:#f9f,stroke:#333,stroke-width:4px
@@ -105,8 +105,6 @@ Type: `Promise<void>`
105
105
  graph TD;
106
106
  ez-combo-box --> ez-text-input
107
107
  ez-combo-box --> ez-icon
108
- ez-text-input --> ez-tooltip
109
- ez-text-input --> ez-icon
110
108
  ez-form-view --> ez-combo-box
111
109
  style ez-combo-box fill:#f9f,stroke:#333,stroke-width:4px
112
110
  ```
@@ -86,8 +86,6 @@ Type: `Promise<void>`
86
86
  graph TD;
87
87
  ez-date-input --> ez-text-input
88
88
  ez-date-input --> ez-calendar
89
- ez-text-input --> ez-tooltip
90
- ez-text-input --> ez-icon
91
89
  ez-form-view --> ez-date-input
92
90
  style ez-date-input fill:#f9f,stroke:#333,stroke-width:4px
93
91
  ```
@@ -87,8 +87,6 @@ Type: `Promise<void>`
87
87
  graph TD;
88
88
  ez-date-time-input --> ez-text-input
89
89
  ez-date-time-input --> ez-calendar
90
- ez-text-input --> ez-tooltip
91
- ez-text-input --> ez-icon
92
90
  ez-form-view --> ez-date-time-input
93
91
  style ez-date-time-input fill:#f9f,stroke:#333,stroke-width:4px
94
92
  ```
@@ -99,8 +99,6 @@ Type: `Promise<void>`
99
99
  graph TD;
100
100
  ez-filter-input --> ez-text-input
101
101
  ez-filter-input --> ez-icon
102
- ez-text-input --> ez-tooltip
103
- ez-text-input --> ez-icon
104
102
  ez-guide-navigator --> ez-filter-input
105
103
  ez-multi-selection-list --> ez-filter-input
106
104
  style ez-filter-input fill:#f9f,stroke:#333,stroke-width:4px
@@ -88,8 +88,6 @@ graph TD;
88
88
  ez-collapsible-box --> ez-text-edit
89
89
  ez-text-edit --> ez-text-input
90
90
  ez-text-edit --> ez-button
91
- ez-text-input --> ez-tooltip
92
- ez-text-input --> ez-icon
93
91
  ez-button --> ez-icon
94
92
  ez-combo-box --> ez-text-input
95
93
  ez-combo-box --> ez-icon
@@ -94,8 +94,6 @@ graph TD;
94
94
  ez-collapsible-box --> ez-text-edit
95
95
  ez-text-edit --> ez-text-input
96
96
  ez-text-edit --> ez-button
97
- ez-text-input --> ez-tooltip
98
- ez-text-input --> ez-icon
99
97
  ez-button --> ez-icon
100
98
  ez-combo-box --> ez-text-input
101
99
  ez-combo-box --> ez-icon
@@ -7,24 +7,23 @@
7
7
 
8
8
  ## Properties
9
9
 
10
- | Property | Attribute | Description | Type | Default |
11
- | ------------------------ | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ----------- |
12
- | `autoFocus` | `auto-focus` | Define se a grid será focada ao ser carregada. | `boolean` | `true` |
13
- | `boxShadow` | `box-shadow` | Altera visualmente as sombras e bordas do componente Quando true, aplica o padrão de sombras ao componente (Utilizar quando for o elemento principal do layout) Quando false, aplica o padrão de outline ao componente (Utilizar quando estiver contido em outro elemento como um painel ou pop-up) | `boolean` | `true` |
14
- | `canEdit` | `can-edit` | Define se a edição está habilitada na grid. | `boolean` | `true` |
15
- | `columnfilterDataSource` | -- | Define um `IMultiSelectionListDataSource` responsável por alimentar o filtro de colunas. | `IMultiSelectionListDataSource` | `undefined` |
16
- | `config` | -- | Configuração de exibição da grade. | `IGridConfig` | `undefined` |
17
- | `dataUnit` | -- | Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos. | `DataUnit` | `undefined` |
18
- | `enableContinuousInsert` | `enable-continuous-insert` | Ativa/desativa a inserção continua na grade funciona quando a prop enableGridInsert está ativa | `boolean` | `true` |
19
- | `enableGridInsert` | `enable-grid-insert` | Ativa inserção de registros no modo grade. | `boolean` | `false` |
20
- | `enableLockManger` | `enable-lock-manger` | Ativa inserção de registros no modo grade. | `boolean` | `true` |
21
- | `multipleSelection` | `multiple-selection` | Habilita a seleção de várias linhas. | `boolean` | `undefined` |
22
- | `paginationCounterMode` | `pagination-counter-mode` | Define se a grid será focada ao ser carregada. | `"auto" \| "hidden" \| "show"` | `'show'` |
23
- | `recordsValidator` | -- | Define um validador responsável pela integridade dos registros. | `IRecordValidator` | `undefined` |
24
- | `selectionToastConfig` | -- | Configuração da seleção de grade no toast. | `ISelectionToastConfig` | `undefined` |
25
- | `serverUrl` | `server-url` | Endereço do servidor para obtenção dos dados. | `string` | `undefined` |
26
- | `statusResolver` | -- | Define um `IStatusResolver` responsável pelo estado da coluna de status. | `((data: object) => string) \| IStatusResolver` | `undefined` |
27
- | `useEnterLikeTab` | `use-enter-like-tab` | Quando verdadeiro, o ENTER fará a navegação como se fosse a tecla TAB na grade. | `boolean` | `false` |
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ------------------------ | -------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ----------- |
12
+ | `autoFocus` | `auto-focus` | Define se a grid será focada ao ser carregada. | `boolean` | `true` |
13
+ | `canEdit` | `can-edit` | Define se a edição está habilitada na grid. | `boolean` | `true` |
14
+ | `columnfilterDataSource` | -- | Define um `IMultiSelectionListDataSource` responsável por alimentar o filtro de colunas. | `IMultiSelectionListDataSource` | `undefined` |
15
+ | `config` | -- | Configuração de exibição da grade. | `IGridConfig` | `undefined` |
16
+ | `dataUnit` | -- | Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos. | `DataUnit` | `undefined` |
17
+ | `enableContinuousInsert` | `enable-continuous-insert` | Ativa/desativa a inserção continua na grade funciona quando a prop enableGridInsert está ativa | `boolean` | `true` |
18
+ | `enableGridInsert` | `enable-grid-insert` | Ativa inserção de registros no modo grade. | `boolean` | `false` |
19
+ | `enableLockManger` | `enable-lock-manger` | Ativa inserção de registros no modo grade. | `boolean` | `true` |
20
+ | `multipleSelection` | `multiple-selection` | Habilita a seleção de várias linhas. | `boolean` | `undefined` |
21
+ | `paginationCounterMode` | `pagination-counter-mode` | Define se a grid será focada ao ser carregada. | `"auto" \| "hidden" \| "show"` | `'show'` |
22
+ | `recordsValidator` | -- | Define um validador responsável pela integridade dos registros. | `IRecordValidator` | `undefined` |
23
+ | `selectionToastConfig` | -- | Configuração da seleção de grade no toast. | `ISelectionToastConfig` | `undefined` |
24
+ | `serverUrl` | `server-url` | Endereço do servidor para obtenção dos dados. | `string` | `undefined` |
25
+ | `statusResolver` | -- | Define um `IStatusResolver` responsável pelo estado da coluna de status. | `((data: object) => string) \| IStatusResolver` | `undefined` |
26
+ | `useEnterLikeTab` | `use-enter-like-tab` | Quando verdadeiro, o ENTER fará a navegação como se fosse a tecla TAB na grade. | `boolean` | `false` |
28
27
 
29
28
 
30
29
  ## Events
@@ -258,8 +257,6 @@ graph TD;
258
257
  ez-list --> ez-check
259
258
  ez-filter-input --> ez-text-input
260
259
  ez-filter-input --> ez-icon
261
- ez-text-input --> ez-tooltip
262
- ez-text-input --> ez-icon
263
260
  ez-search --> ez-card-item
264
261
  ez-search --> ez-text-input
265
262
  ez-search --> ez-icon
@@ -77,8 +77,6 @@ graph TD;
77
77
  ez-list --> ez-check
78
78
  ez-filter-input --> ez-text-input
79
79
  ez-filter-input --> ez-icon
80
- ez-text-input --> ez-tooltip
81
- ez-text-input --> ez-icon
82
80
  ez-search --> ez-card-item
83
81
  ez-search --> ez-text-input
84
82
  ez-search --> ez-icon
@@ -126,8 +126,6 @@ graph TD;
126
126
  ez-sidebar-button --> ez-icon
127
127
  ez-filter-input --> ez-text-input
128
128
  ez-filter-input --> ez-icon
129
- ez-text-input --> ez-tooltip
130
- ez-text-input --> ez-icon
131
129
  ez-button --> ez-icon
132
130
  ez-tree --> ez-icon
133
131
  style ez-guide-navigator fill:#f9f,stroke:#333,stroke-width:4px
@@ -37,7 +37,6 @@
37
37
  - [ez-sidebar-button](../ez-sidebar-button)
38
38
  - [ez-split-button](../ez-split-button)
39
39
  - [ez-tabselector](../ez-tabselector)
40
- - [ez-text-input](../ez-text-input)
41
40
  - [ez-time-input](../ez-time-input)
42
41
  - [ez-tree](../ez-tree)
43
42
 
@@ -63,7 +62,6 @@ graph TD;
63
62
  ez-sidebar-button --> ez-icon
64
63
  ez-split-button --> ez-icon
65
64
  ez-tabselector --> ez-icon
66
- ez-text-input --> ez-icon
67
65
  ez-time-input --> ez-icon
68
66
  ez-tree --> ez-icon
69
67
  style ez-icon fill:#f9f,stroke:#333,stroke-width:4px
@@ -63,8 +63,6 @@ graph TD;
63
63
  ez-list --> ez-check
64
64
  ez-filter-input --> ez-text-input
65
65
  ez-filter-input --> ez-icon
66
- ez-text-input --> ez-tooltip
67
- ez-text-input --> ez-icon
68
66
  ez-search --> ez-card-item
69
67
  ez-search --> ez-text-input
70
68
  ez-search --> ez-icon
@@ -87,8 +87,6 @@ Type: `Promise<void>`
87
87
  ```mermaid
88
88
  graph TD;
89
89
  ez-number-input --> ez-text-input
90
- ez-text-input --> ez-tooltip
91
- ez-text-input --> ez-icon
92
90
  ez-form-view --> ez-number-input
93
91
  style ez-number-input fill:#f9f,stroke:#333,stroke-width:4px
94
92
  ```
@@ -110,8 +110,6 @@ graph TD;
110
110
  ez-search --> ez-card-item
111
111
  ez-search --> ez-text-input
112
112
  ez-search --> ez-icon
113
- ez-text-input --> ez-tooltip
114
- ez-text-input --> ez-icon
115
113
  ez-form-view --> ez-search
116
114
  ez-multi-selection-list --> ez-search
117
115
  style ez-search fill:#f9f,stroke:#333,stroke-width:4px
@@ -50,8 +50,6 @@ Type: `Promise<void>`
50
50
  graph TD;
51
51
  ez-text-edit --> ez-text-input
52
52
  ez-text-edit --> ez-button
53
- ez-text-input --> ez-tooltip
54
- ez-text-input --> ez-icon
55
53
  ez-button --> ez-icon
56
54
  ez-collapsible-box --> ez-text-edit
57
55
  style ez-text-edit fill:#f9f,stroke:#333,stroke-width:4px
@@ -77,16 +77,9 @@ Type: `Promise<void>`
77
77
  - [ez-text-edit](../ez-text-edit)
78
78
  - [ez-time-input](../ez-time-input)
79
79
 
80
- ### Depends on
81
-
82
- - [ez-tooltip](../ez-tooltip)
83
- - [ez-icon](../ez-icon)
84
-
85
80
  ### Graph
86
81
  ```mermaid
87
82
  graph TD;
88
- ez-text-input --> ez-tooltip
89
- ez-text-input --> ez-icon
90
83
  ez-combo-box --> ez-text-input
91
84
  ez-date-input --> ez-text-input
92
85
  ez-date-time-input --> ez-text-input
@@ -77,8 +77,6 @@ Type: `Promise<void>`
77
77
  graph TD;
78
78
  ez-time-input --> ez-text-input
79
79
  ez-time-input --> ez-icon
80
- ez-text-input --> ez-tooltip
81
- ez-text-input --> ez-icon
82
80
  ez-form-view --> ez-time-input
83
81
  style ez-time-input fill:#f9f,stroke:#333,stroke-width:4px
84
82
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "0.0.0-bugfix-dev-KB-78242.4",
3
+ "version": "0.0.0-bugfix-dev-kb-74998.1",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [
@@ -1,44 +0,0 @@
1
- # ez-tooltip
2
-
3
-
4
-
5
- <!-- Auto Generated Below -->
6
-
7
-
8
- ## Properties
9
-
10
- | Property | Attribute | Description | Type | Default |
11
- | ------------------ | --------------- | ----------------------------------------------------------- | ------------- | ----------- |
12
- | `anchoringElement` | -- | Elemento HTML que será utilizado como ancoragem do tooltip. | `HTMLElement` | `undefined` |
13
- | `errorMessage` | `error-message` | Mensagem de erro que será apresentada no tooltip. | `string` | `undefined` |
14
-
15
-
16
- ## Methods
17
-
18
- ### `positionTooltip() => Promise<void>`
19
-
20
- Reposiciona o tooltip de acordo com a posição do elemento de ancoragem.
21
-
22
- #### Returns
23
-
24
- Type: `Promise<void>`
25
-
26
-
27
-
28
-
29
- ## Dependencies
30
-
31
- ### Used by
32
-
33
- - [ez-text-input](../ez-text-input)
34
-
35
- ### Graph
36
- ```mermaid
37
- graph TD;
38
- ez-text-input --> ez-tooltip
39
- style ez-tooltip fill:#f9f,stroke:#333,stroke-width:4px
40
- ```
41
-
42
- ----------------------------------------------
43
-
44
-