@sankhyalabs/ezui-docs 5.22.0-dev.1 → 5.22.0-dev.100

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.
Files changed (42) hide show
  1. package/components/ez-badge/readme.md +8 -7
  2. package/components/ez-breadcrumb/readme.md +1 -0
  3. package/components/ez-button/readme.md +3 -1
  4. package/components/ez-card-item/readme.md +3 -2
  5. package/components/ez-collapsible-box/readme.md +2 -0
  6. package/components/ez-combo-box/ez-combo-box-list/readme.md +71 -0
  7. package/components/ez-combo-box/readme.md +28 -19
  8. package/components/ez-date-input/readme.md +7 -1
  9. package/components/ez-date-time-input/readme.md +7 -1
  10. package/components/ez-double-list/readme.md +70 -0
  11. package/components/ez-dropdown/readme.md +3 -0
  12. package/components/ez-filter-input/readme.md +6 -1
  13. package/components/ez-form/readme.md +10 -1
  14. package/components/ez-form-view/readme.md +10 -1
  15. package/components/ez-grid/readme.md +53 -17
  16. package/components/ez-grid/subcomponents/readme.md +8 -3
  17. package/components/ez-guide-navigator/readme.md +2 -0
  18. package/components/ez-icon/readme.md +2 -0
  19. package/components/ez-list/readme.md +21 -17
  20. package/components/ez-modal/readme.md +10 -9
  21. package/components/ez-modal-container/readme.md +1 -0
  22. package/components/ez-multi-selection-list/readme.md +6 -1
  23. package/components/ez-number-input/readme.md +4 -0
  24. package/components/ez-popover/readme.md +2 -2
  25. package/components/ez-popover-plus/readme.md +120 -0
  26. package/components/ez-popover-plus/subcomponent/readme.md +107 -0
  27. package/components/ez-popup/readme.md +8 -7
  28. package/components/ez-scroller/readme.md +2 -0
  29. package/components/ez-search/readme.md +32 -21
  30. package/components/ez-search/subcomponent/search-list/readme.md +72 -0
  31. package/components/ez-skeleton/readme.md +13 -0
  32. package/components/ez-split-button/readme.md +2 -1
  33. package/components/ez-split-panel/readme.md +12 -4
  34. package/components/ez-split-panel/structure/item/readme.md +6 -5
  35. package/components/ez-tabselector/readme.md +13 -0
  36. package/components/ez-text-area/readme.md +3 -1
  37. package/components/ez-text-edit/readme.md +2 -0
  38. package/components/ez-text-input/readme.md +21 -12
  39. package/components/ez-time-input/readme.md +3 -0
  40. package/components/ez-tooltip/readme.md +44 -0
  41. package/components/ez-tree/readme.md +5 -4
  42. package/package.json +1 -1
@@ -7,13 +7,14 @@
7
7
 
8
8
  ## Properties
9
9
 
10
- | Property | Attribute | Description | Type | Default |
11
- | ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------ |
12
- | `iconLeft` | `icon-left` | Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
13
- | `iconRight` | `icon-right` | Define o ícone a ser usado no lado direito do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
14
- | `label` | `label` | Define o conteúdo textual ou numérico do componente. | `string` | `undefined` |
15
- | `position` | -- | Define a posição do ícone em relação ao elemento filho. | `IPosition` | `{ horizontal: "right", vertical: "top" }` |
16
- | `size` | `size` | Define o tamanho de acordo com o tipo utilizado pelo componente. | `"extra-large" \| "extra-small" \| "large" \| "medium" \| "small" \| "small-medium"` | `"small"` |
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------ |
12
+ | `alignItems` | `align-items` | Define a posição do ícone em relação ao elemento. | `"center" \| "flex-end" \| "flex-start"` | `"center"` |
13
+ | `iconLeft` | `icon-left` | Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
14
+ | `iconRight` | `icon-right` | Define o ícone a ser usado no lado direito do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
15
+ | `label` | `label` | Define o conteúdo textual ou numérico do componente. | `string` | `undefined` |
16
+ | `position` | -- | Define a posição do ícone em relação ao elemento filho. | `IPosition` | `{ horizontal: "right", vertical: "top" }` |
17
+ | `size` | `size` | Define o tamanho de acordo com o tipo utilizado pelo componente. | `"extra-large" \| "extra-small" \| "large" \| "medium" \| "small" \| "small-medium"` | `"small"` |
17
18
 
18
19
 
19
20
  ## Dependencies
@@ -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
  ```
@@ -14,7 +14,7 @@
14
14
  | `image` | `image` | Define o caminho usado nos modos `icon` e `label-icon` para imagens não contempladas na biblioteca de ícones. | `string` | `undefined` |
15
15
  | `label` | `label` | Texto a ser apresentado como título do botão. | `string` | `undefined` |
16
16
  | `mode` | `mode` | Define o modo de uso do botão. | `"icon" \| "label-icon" \| "link" \| "regular"` | `"regular"` |
17
- | `size` | `size` | Define o tamanho do ez-button. | `"large" \| "medium" \| "small"` | `undefined` |
17
+ | `size` | `size` | Define o tamanho do ez-button. | `"large" \| "medium" \| "small" \| "x-small"` | `undefined` |
18
18
 
19
19
 
20
20
  ## Methods
@@ -47,6 +47,7 @@ Type: `Promise<void>`
47
47
  - [ez-actions-button](../ez-actions-button)
48
48
  - [ez-alert-list](../ez-alert-list)
49
49
  - [ez-dialog](../ez-dialog)
50
+ - [ez-double-list](../ez-double-list)
50
51
  - [ez-grid](../ez-grid)
51
52
  - [ez-guide-navigator](../ez-guide-navigator)
52
53
  - [ez-modal-container](../ez-modal-container)
@@ -66,6 +67,7 @@ graph TD;
66
67
  ez-actions-button --> ez-button
67
68
  ez-alert-list --> ez-button
68
69
  ez-dialog --> ez-button
70
+ ez-double-list --> ez-button
69
71
  ez-grid --> ez-button
70
72
  ez-guide-navigator --> ez-button
71
73
  ez-modal-container --> ez-button
@@ -9,6 +9,7 @@
9
9
 
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | ----------- | ------------ | ------------------------------------------------------------------------------------------------------------- | ---------- | ----------- |
12
+ | `compacted` | `compacted` | Determina se o componente será apresentado no modo compacto. | `boolean` | `false` |
12
13
  | `enableKey` | `enable-key` | Determina se a chave do item deve ser exibida. | `boolean` | `true` |
13
14
  | `item` | -- | Determina o conteúdo do card. Deve conter um objeto no formato: `{title: string, key: string, details: any}`. | `CardItem` | `undefined` |
14
15
 
@@ -24,12 +25,12 @@
24
25
 
25
26
  ### Used by
26
27
 
27
- - [ez-search](../ez-search)
28
+ - [search-list](../ez-search/subcomponent/search-list)
28
29
 
29
30
  ### Graph
30
31
  ```mermaid
31
32
  graph TD;
32
- ez-search --> ez-card-item
33
+ search-list --> ez-card-item
33
34
  style ez-card-item fill:#f9f,stroke:#333,stroke-width:4px
34
35
  ```
35
36
 
@@ -82,6 +82,8 @@ 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
85
87
  ez-button --> ez-icon
86
88
  ez-form-view --> ez-collapsible-box
87
89
  style ez-collapsible-box fill:#f9f,stroke:#333,stroke-width:4px
@@ -0,0 +1,71 @@
1
+ # ez-combo-box-list
2
+
3
+
4
+
5
+ <!-- Auto Generated Below -->
6
+
7
+
8
+ ## Properties
9
+
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ----------------- | ------------------- | -------------------------------------------------------------------- | --------------------------- | ------------------------------- |
12
+ | `maxWidth` | `max-width` | Largura máxima da lista, em pixels. | `number` | `undefined` |
13
+ | `onOptionHover` | -- | Callback chamado quando o mouse passa sobre uma opção. | `(index: number) => void` | `undefined` |
14
+ | `onOptionSelect` | -- | Callback chamado quando uma opção é selecionada. | `(option: IOption) => void` | `undefined` |
15
+ | `preSelection` | `pre-selection` | Índice da opção pré-selecionada na lista. | `number` | `undefined` |
16
+ | `showLoading` | `show-loading` | Indica se o indicador de carregamento deve ser exibido. | `boolean` | `undefined` |
17
+ | `showOptionValue` | `show-option-value` | Indica se o valor de cada opção deve ser exibido junto com o rótulo. | `boolean` | `undefined` |
18
+ | `textEmptyList` | `text-empty-list` | Mensagem exibida quando a lista de opções está vazia. | `string` | `"Nenhum resultado encontrado"` |
19
+ | `visibleOptions` | -- | Lista de opções visíveis que serão exibidas no componente. | `IOption[]` | `undefined` |
20
+ | `width` | `width` | Largura fixa da lista, em pixels. | `number` | `undefined` |
21
+
22
+
23
+ ## Methods
24
+
25
+ ### `nextOption() => Promise<void>`
26
+
27
+ Move a seleção para a próxima opção na lista.
28
+
29
+ #### Returns
30
+
31
+ Type: `Promise<void>`
32
+
33
+
34
+
35
+ ### `previousOption() => Promise<void>`
36
+
37
+ Move a seleção para a opção anterior na lista, sem ultrapassar o início.
38
+
39
+ #### Returns
40
+
41
+ Type: `Promise<void>`
42
+
43
+
44
+
45
+ ### `selectCurrentOption() => Promise<void>`
46
+
47
+ Seleciona a opção atualmente pré-selecionada.
48
+
49
+ #### Returns
50
+
51
+ Type: `Promise<void>`
52
+
53
+
54
+
55
+
56
+ ## Dependencies
57
+
58
+ ### Used by
59
+
60
+ - [ez-combo-box](..)
61
+
62
+ ### Graph
63
+ ```mermaid
64
+ graph TD;
65
+ ez-combo-box --> ez-combo-box-list
66
+ style ez-combo-box-list fill:#f9f,stroke:#333,stroke-width:4px
67
+ ```
68
+
69
+ ----------------------------------------------
70
+
71
+
@@ -7,24 +7,26 @@
7
7
 
8
8
  ## Properties
9
9
 
10
- | Property | Attribute | Description | Type | Default |
11
- | --------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------- |
12
- | `canShowError` | `can-show-error` | Se false deixa de exibir a mensagem de erro dentro do campo. | `boolean` | `true` |
13
- | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
14
- | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
15
- | `hideErrorOnFocusOut` | `hide-error-on-focus-out` | Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente. | `boolean` | `true` |
16
- | `isTextSearch` | `is-text-search` | Informa se a pesquisa é do tipo texto. | `boolean` | `false` |
17
- | `label` | `label` | Texto a ser apresentado como título do campo. | `string` | `undefined` |
18
- | `limitCharsToSearch` | `limit-chars-to-search` | Define o limite de caracteres mínimo para realizar uma pesquisa | `number` | `3` |
19
- | `listOptionsPosition` | -- | Define um posicionamento fixo para a lista de opções do CheckBox. | `IEzCheckBoxListPosition` | `undefined` |
20
- | `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
21
- | `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |
22
- | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |
23
- | `showOptionValue` | `show-option-value` | Se true cada opção na lista exibe o `value` junto com `label`. | `boolean` | `false` |
24
- | `showSelectedValue` | `show-selected-value` | Se true a opção selecionada exibe o `value` junto com `label`. | `boolean` | `false` |
25
- | `suppressEmptyOption` | `suppress-empty-option` | Se true remove a opção vazia da lista. | `boolean` | `false` |
26
- | `suppressSearch` | `suppress-search` | Se true desabilita a digitação dentro do componente. | `boolean` | `false` |
27
- | `value` | `value` | Define o valor do campo. | `IOption \| string` | `undefined` |
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ---------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------- |
12
+ | `autoFocus` | `auto-focus` | Se true o campo de texto receberá o foco ao ser renderizado. | `boolean` | `false` |
13
+ | `canShowError` | `can-show-error` | Se false deixa de exibir a mensagem de erro dentro do campo. | `boolean` | `true` |
14
+ | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
15
+ | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
16
+ | `hideErrorOnFocusOut` | `hide-error-on-focus-out` | Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente. | `boolean` | `true` |
17
+ | `isTextSearch` | `is-text-search` | Informa se a pesquisa é do tipo texto. | `boolean` | `false` |
18
+ | `label` | `label` | Texto a ser apresentado como título do campo. | `string` | `undefined` |
19
+ | `limitCharsToSearch` | `limit-chars-to-search` | Define o limite de caracteres mínimo para realizar uma pesquisa | `number` | `3` |
20
+ | `listOptionsPosition` | -- | Define um posicionamento fixo para a lista de opções do CheckBox. | `IEzCheckBoxListPosition` | `undefined` |
21
+ | `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
22
+ | `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |
23
+ | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |
24
+ | `showOptionValue` | `show-option-value` | Se true cada opção na lista exibe o `value` junto com `label`. | `boolean` | `false` |
25
+ | `showSelectedValue` | `show-selected-value` | Se true a opção selecionada exibe o `value` junto com `label`. | `boolean` | `false` |
26
+ | `stopPropagateEnterKeyEvent` | `stop-propagate-enter-key-event` | Se true, ineterrompe a propagação do evento de KeyDown da tecla enter | `boolean` | `true` |
27
+ | `suppressEmptyOption` | `suppress-empty-option` | Se true remove a opção vazia da lista. | `boolean` | `false` |
28
+ | `suppressSearch` | `suppress-search` | Se true desabilita a digitação dentro do componente. | `boolean` | `false` |
29
+ | `value` | `value` | Define o valor do campo. | `IOption \| string` | `undefined` |
28
30
 
29
31
 
30
32
  ## Events
@@ -76,7 +78,7 @@ Type: `Promise<void>`
76
78
 
77
79
 
78
80
 
79
- ### `setFocus() => Promise<void>`
81
+ ### `setFocus(options?: TFocusOptions) => Promise<void>`
80
82
 
81
83
  Aplica o foco no campo.
82
84
 
@@ -97,12 +99,19 @@ Type: `Promise<void>`
97
99
 
98
100
  - [ez-text-input](../ez-text-input)
99
101
  - [ez-icon](../ez-icon)
102
+ - [ez-popover-plus](../ez-popover-plus)
103
+ - [ez-combo-box-list](ez-combo-box-list)
100
104
 
101
105
  ### Graph
102
106
  ```mermaid
103
107
  graph TD;
104
108
  ez-combo-box --> ez-text-input
105
109
  ez-combo-box --> ez-icon
110
+ ez-combo-box --> ez-popover-plus
111
+ ez-combo-box --> ez-combo-box-list
112
+ ez-text-input --> ez-tooltip
113
+ ez-text-input --> ez-icon
114
+ ez-popover-plus --> ez-popover-core
106
115
  ez-form-view --> ez-combo-box
107
116
  style ez-combo-box fill:#f9f,stroke:#333,stroke-width:4px
108
117
  ```
@@ -9,6 +9,7 @@
9
9
 
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | -------------- | ---------------- | --------------------------------------------------------------------------------- | --------------------- | ----------- |
12
+ | `autoFocus` | `auto-focus` | Se true o campo de texto receberá o foco ao ser renderizado. | `boolean` | `false` |
12
13
  | `canShowError` | `can-show-error` | Se false deixa de exibir a mensagem de erro dentro do campo. | `boolean` | `true` |
13
14
  | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
14
15
  | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
@@ -58,7 +59,7 @@ Type: `Promise<void>`
58
59
 
59
60
 
60
61
 
61
- ### `setFocus() => Promise<void>`
62
+ ### `setFocus(options?: TFocusOptions) => Promise<void>`
62
63
 
63
64
  Aplica o foco no campo.
64
65
 
@@ -78,13 +79,18 @@ Type: `Promise<void>`
78
79
  ### Depends on
79
80
 
80
81
  - [ez-text-input](../ez-text-input)
82
+ - [ez-popover-plus](../ez-popover-plus)
81
83
  - [ez-calendar](../ez-calendar)
82
84
 
83
85
  ### Graph
84
86
  ```mermaid
85
87
  graph TD;
86
88
  ez-date-input --> ez-text-input
89
+ ez-date-input --> ez-popover-plus
87
90
  ez-date-input --> ez-calendar
91
+ ez-text-input --> ez-tooltip
92
+ ez-text-input --> ez-icon
93
+ ez-popover-plus --> ez-popover-core
88
94
  ez-form-view --> ez-date-input
89
95
  style ez-date-input fill:#f9f,stroke:#333,stroke-width:4px
90
96
  ```
@@ -9,6 +9,7 @@
9
9
 
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | -------------- | ---------------- | --------------------------------------------------------------------------------- | --------------------- | ----------- |
12
+ | `autoFocus` | `auto-focus` | Se true o campo de texto receberá o foco ao ser renderizado. | `boolean` | `false` |
12
13
  | `canShowError` | `can-show-error` | Se false deixa de exibir a mensagem de erro dentro do campo. | `boolean` | `true` |
13
14
  | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
14
15
  | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
@@ -59,7 +60,7 @@ Type: `Promise<void>`
59
60
 
60
61
 
61
62
 
62
- ### `setFocus() => Promise<void>`
63
+ ### `setFocus(options?: TFocusOptions) => Promise<void>`
63
64
 
64
65
  Aplica o foco no campo.
65
66
 
@@ -79,13 +80,18 @@ Type: `Promise<void>`
79
80
  ### Depends on
80
81
 
81
82
  - [ez-text-input](../ez-text-input)
83
+ - [ez-popover-plus](../ez-popover-plus)
82
84
  - [ez-calendar](../ez-calendar)
83
85
 
84
86
  ### Graph
85
87
  ```mermaid
86
88
  graph TD;
87
89
  ez-date-time-input --> ez-text-input
90
+ ez-date-time-input --> ez-popover-plus
88
91
  ez-date-time-input --> ez-calendar
92
+ ez-text-input --> ez-tooltip
93
+ ez-text-input --> ez-icon
94
+ ez-popover-plus --> ez-popover-core
89
95
  ez-form-view --> ez-date-time-input
90
96
  style ez-date-time-input fill:#f9f,stroke:#333,stroke-width:4px
91
97
  ```
@@ -0,0 +1,70 @@
1
+ # ez-double-list
2
+
3
+
4
+
5
+ <!-- Auto Generated Below -->
6
+
7
+
8
+ ## Properties
9
+
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ------------------- | --------------------- | ----------------------------------------------------------------------------------- | ------------ | ---------------- |
12
+ | `entityLabel` | `entity-label` | Nome da entidade listada. Exemplo: "Campo", "Item", "Empresa". | `string` | `'item'` |
13
+ | `entityLabelPlural` | `entity-label-plural` | Variação plura do nome da entidade listada. Exemplo: "Campos", "Itens", "Empresas". | `string` | `'itens'` |
14
+ | `leftList` | -- | Define a lista origem. | `ListItem[]` | `[]` |
15
+ | `leftListLabel` | `left-list-label` | Rótulo da lista esquerda. | `string` | `'disponíveis'` |
16
+ | `leftTitle` | `left-title` | Define o título da lista origem. | `string` | `undefined` |
17
+ | `rightList` | -- | Define a lista destino. | `ListItem[]` | `[]` |
18
+ | `rightListLabel` | `right-list-label` | Rótulo da lista direita. | `string` | `'selecionados'` |
19
+ | `rightTitle` | `right-title` | Define o título da lista destino. | `string` | `undefined` |
20
+
21
+
22
+ ## Events
23
+
24
+ | Event | Description | Type |
25
+ | -------------------- | ----------- | ------------------------- |
26
+ | `ezLeftListChanged` | | `CustomEvent<ListItem[]>` |
27
+ | `ezRightListChanged` | | `CustomEvent<ListItem[]>` |
28
+
29
+
30
+ ## Methods
31
+
32
+ ### `resetSelectedLists() => Promise<void>`
33
+
34
+
35
+
36
+ #### Returns
37
+
38
+ Type: `Promise<void>`
39
+
40
+
41
+
42
+
43
+ ## Dependencies
44
+
45
+ ### Depends on
46
+
47
+ - [ez-scroller](../ez-scroller)
48
+ - [ez-list](../ez-list)
49
+ - [ez-filter-input](../ez-filter-input)
50
+ - [ez-button](../ez-button)
51
+
52
+ ### Graph
53
+ ```mermaid
54
+ graph TD;
55
+ ez-double-list --> ez-scroller
56
+ ez-double-list --> ez-list
57
+ ez-double-list --> ez-filter-input
58
+ ez-double-list --> ez-button
59
+ ez-list --> ez-check
60
+ ez-filter-input --> ez-text-input
61
+ ez-filter-input --> ez-icon
62
+ ez-text-input --> ez-tooltip
63
+ ez-text-input --> ez-icon
64
+ ez-button --> ez-icon
65
+ style ez-double-list fill:#f9f,stroke:#333,stroke-width:4px
66
+ ```
67
+
68
+ ----------------------------------------------
69
+
70
+
@@ -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
@@ -10,6 +10,7 @@
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | -------------- | ---------------- | --------------------------------------------------------------------------------- | --------------------- | ----------- |
12
12
  | `asyncSearch` | `async-search` | Define se o campo irá funcionar de forma assíncrona. | `boolean` | `false` |
13
+ | `autoFocus` | `auto-focus` | Se true o campo de texto receberá o foco ao ser renderizado. | `boolean` | `false` |
13
14
  | `canShowError` | `can-show-error` | Se false deixa de exibir a mensagem de erro dentro do campo. | `boolean` | `true` |
14
15
  | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
15
16
  | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
@@ -60,7 +61,7 @@ Type: `Promise<void>`
60
61
 
61
62
 
62
63
 
63
- ### `setFocus() => Promise<void>`
64
+ ### `setFocus(options?: TFocusOptions) => Promise<void>`
64
65
 
65
66
  Aplica o foco no campo.
66
67
 
@@ -85,6 +86,7 @@ Type: `Promise<void>`
85
86
 
86
87
  ### Used by
87
88
 
89
+ - [ez-double-list](../ez-double-list)
88
90
  - [ez-guide-navigator](../ez-guide-navigator)
89
91
  - [ez-multi-selection-list](../ez-multi-selection-list)
90
92
 
@@ -98,6 +100,9 @@ Type: `Promise<void>`
98
100
  graph TD;
99
101
  ez-filter-input --> ez-text-input
100
102
  ez-filter-input --> ez-icon
103
+ ez-text-input --> ez-tooltip
104
+ ez-text-input --> ez-icon
105
+ ez-double-list --> ez-filter-input
101
106
  ez-guide-navigator --> ez-filter-input
102
107
  ez-multi-selection-list --> ez-filter-input
103
108
  style ez-filter-input fill:#f9f,stroke:#333,stroke-width:4px
@@ -88,19 +88,28 @@ 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
91
93
  ez-button --> ez-icon
92
94
  ez-combo-box --> ez-text-input
93
95
  ez-combo-box --> ez-icon
96
+ ez-combo-box --> ez-popover-plus
97
+ ez-combo-box --> ez-combo-box-list
98
+ ez-popover-plus --> ez-popover-core
94
99
  ez-date-input --> ez-text-input
100
+ ez-date-input --> ez-popover-plus
95
101
  ez-date-input --> ez-calendar
96
102
  ez-time-input --> ez-text-input
97
103
  ez-time-input --> ez-icon
98
104
  ez-date-time-input --> ez-text-input
105
+ ez-date-time-input --> ez-popover-plus
99
106
  ez-date-time-input --> ez-calendar
100
107
  ez-number-input --> ez-text-input
101
- ez-search --> ez-card-item
102
108
  ez-search --> ez-text-input
103
109
  ez-search --> ez-icon
110
+ ez-search --> ez-popover-plus
111
+ ez-search --> search-list
112
+ search-list --> ez-card-item
104
113
  style ez-form fill:#f9f,stroke:#333,stroke-width:4px
105
114
  ```
106
115
 
@@ -94,19 +94,28 @@ 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
97
99
  ez-button --> ez-icon
98
100
  ez-combo-box --> ez-text-input
99
101
  ez-combo-box --> ez-icon
102
+ ez-combo-box --> ez-popover-plus
103
+ ez-combo-box --> ez-combo-box-list
104
+ ez-popover-plus --> ez-popover-core
100
105
  ez-date-input --> ez-text-input
106
+ ez-date-input --> ez-popover-plus
101
107
  ez-date-input --> ez-calendar
102
108
  ez-time-input --> ez-text-input
103
109
  ez-time-input --> ez-icon
104
110
  ez-date-time-input --> ez-text-input
111
+ ez-date-time-input --> ez-popover-plus
105
112
  ez-date-time-input --> ez-calendar
106
113
  ez-number-input --> ez-text-input
107
- ez-search --> ez-card-item
108
114
  ez-search --> ez-text-input
109
115
  ez-search --> ez-icon
116
+ ez-search --> ez-popover-plus
117
+ ez-search --> search-list
118
+ search-list --> ez-card-item
110
119
  ez-form --> ez-form-view
111
120
  style ez-form-view fill:#f9f,stroke:#333,stroke-width:4px
112
121
  ```