@sankhyalabs/ezui-docs 7.1.0-dev.8 → 7.1.0

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.
@@ -59,7 +59,6 @@ Type: `Promise<void>`
59
59
  - [ez-modal-container](../ez-modal-container)
60
60
  - [ez-pagination](../ez-pagination)
61
61
  - [ez-popup](../ez-popup)
62
- - [ez-search](../ez-search)
63
62
  - [ez-sidebar-navigator](../ez-sidebar-navigator)
64
63
  - [ez-split-item](../ez-split-panel/structure/item)
65
64
  - [ez-text-edit](../ez-text-edit)
@@ -83,7 +82,6 @@ graph TD;
83
82
  ez-modal-container --> ez-button
84
83
  ez-pagination --> ez-button
85
84
  ez-popup --> ez-button
86
- ez-search --> ez-button
87
85
  ez-sidebar-navigator --> ez-button
88
86
  ez-split-item --> ez-button
89
87
  ez-text-edit --> ez-button
@@ -103,4 +103,5 @@ graph TD;
103
103
  | --ez-label-chip\_\_label\_\_container--default--color--active | Define a cor do texto quando está ativo. |
104
104
  | --ez-label-chip\_\_label\_\_container--text--disabled | Define a cor do texto e do ícone quando o chip está desabilitado. |
105
105
  | --ez-label-chip\_\_label\_\_container--default--border-color--active | Define a cor da borda quando o componente está ativo. |
106
- | --ez-label-chip\_\_label\_\_container--secondary--border-color--active | Define a cor da borda quando o componente está ativo e na variação secundária. |
106
+ | --ez-label-chip\_\_label\_\_container--secondary--border-color--active | Define a cor da borda quando o componente está ativo e na variação secundária. |
107
+ | --ez-label-chip\_\_label\_\_container--margin | Define a margem do chip. |
@@ -25,6 +25,7 @@
25
25
  | ----------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------- |
26
26
  | `ezCancelWaitingChange` | Emitido quando não foi possível completar a alteração entre o evento ezStartChange e ezChange. | `CustomEvent<void>` |
27
27
  | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<Date>` |
28
+ | `ezInput` | Emitido quando o usuário digita uma data válida no campo. | `CustomEvent<Date>` |
28
29
  | `ezStartChange` | Emitido ao iniciar a alteração (digitação incompleta). | `CustomEvent<WaitingChange>` |
29
30
 
30
31
 
@@ -67,6 +67,7 @@ graph TD;
67
67
  | --dialog\_\_btn\_\_close--background-color | Define a cor de fundo do botão de fechar. |
68
68
  | --dialog\_\_btn\_\_no--padding-right | Define o espaçamento direito do botão de negação. |
69
69
  | --dialog\_\_btn\_\_close\_\_image | Contém a imagem do ícone de fechamento. |
70
+ | --dialog\_\_btn\_\_min-width | Define a largura mínima dos botões. |
70
71
  | --dialog\_\_title--font-pattern | Define o estilo da mensagem exibida no título. |
71
72
  | --dialog\_\_title--padding-left | Define o espaçamento a esquerda do título. |
72
73
  | --dialog\_\_title\_\_container--padding-bottom | Define o espaçamento abaixo do container do título. |
@@ -121,7 +121,6 @@ graph TD;
121
121
  ez-search-plus --> ez-search-result-list
122
122
  ez-search-result-list --> ez-card-item
123
123
  ez-search-result-list --> ez-skeleton
124
- ez-search --> ez-button
125
124
  ez-search --> ez-text-input
126
125
  ez-search --> ez-icon
127
126
  ez-search --> ez-popover-plus
@@ -124,7 +124,6 @@ graph TD;
124
124
  ez-search-plus --> ez-search-result-list
125
125
  ez-search-result-list --> ez-card-item
126
126
  ez-search-result-list --> ez-skeleton
127
- ez-search --> ez-button
128
127
  ez-search --> ez-text-input
129
128
  ez-search --> ez-icon
130
129
  ez-search --> ez-popover-plus
@@ -299,7 +299,6 @@ graph TD;
299
299
  ez-filter-input --> ez-icon
300
300
  ez-text-input --> ez-tooltip
301
301
  ez-text-input --> ez-icon
302
- ez-search --> ez-button
303
302
  ez-search --> ez-text-input
304
303
  ez-search --> ez-icon
305
304
  ez-search --> ez-popover-plus
@@ -80,7 +80,6 @@ graph TD;
80
80
  ez-filter-input --> ez-icon
81
81
  ez-text-input --> ez-tooltip
82
82
  ez-text-input --> ez-icon
83
- ez-search --> ez-button
84
83
  ez-search --> ez-text-input
85
84
  ez-search --> ez-icon
86
85
  ez-search --> ez-popover-plus
@@ -170,7 +170,6 @@ graph TD;
170
170
  ez-filter-input --> ez-icon
171
171
  ez-text-input --> ez-tooltip
172
172
  ez-text-input --> ez-icon
173
- ez-search --> ez-button
174
173
  ez-search --> ez-text-input
175
174
  ez-search --> ez-icon
176
175
  ez-search --> ez-popover-plus
@@ -9,6 +9,7 @@
9
9
 
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | -------------------- | ---------------------- | ---------------------------------------------------------------- | ------------------------------------- | ----------- |
12
+ | `autoFocus` | `auto-focus` | Se true o modal container receberá o foco ao ser renderizado. | `boolean` | `false` |
12
13
  | `cancelButtonLabel` | `cancel-button-label` | Define o texto do botão de cancelamento. | `string` | `undefined` |
13
14
  | `cancelButtonStatus` | `cancel-button-status` | Define o estado do botão de cancelamento. | `"DISABLED" \| "ENABLED" \| "HIDDEN"` | `undefined` |
14
15
  | `modalSubTitle` | `modal-sub-title` | Texto do subtítulo, geralmente usado para orientação do usuário. | `string` | `undefined` |
@@ -65,12 +65,10 @@ graph TD;
65
65
  ez-filter-input --> ez-icon
66
66
  ez-text-input --> ez-tooltip
67
67
  ez-text-input --> ez-icon
68
- ez-search --> ez-button
69
68
  ez-search --> ez-text-input
70
69
  ez-search --> ez-icon
71
70
  ez-search --> ez-popover-plus
72
71
  ez-search --> search-list
73
- ez-button --> ez-icon
74
72
  ez-popover-plus --> ez-popover-core
75
73
  search-list --> ez-card-item
76
74
  filter-column --> ez-multi-selection-list
@@ -28,6 +28,7 @@
28
28
  | ----------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------- |
29
29
  | `ezCancelWaitingChange` | Emitido quando não foi possível completar a alteração entre o evento ezStartChange e ezChange. | `CustomEvent<void>` |
30
30
  | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<number>` |
31
+ | `ezInput` | Emitido quando o usuário digita no campo. | `CustomEvent<number>` |
31
32
  | `ezStartChange` | Emitido ao iniciar a alteração (digitação incompleta). | `CustomEvent<WaitingChange>` |
32
33
 
33
34
 
@@ -19,7 +19,7 @@
19
19
  | `showPreview` | `show-preview` | Informa se as opções a opção de pré-visualização deve ser apresentada. | `boolean` | `true` |
20
20
  | `showTextFormat` | `show-text-format` | Informa se as opções de formatação de texto (itálico, sublinhado e negrito) devem ser apresentadas | `boolean` | `true` |
21
21
  | `showUndoRedo` | `show-undo-redo` | Informa se as opções de desfazer e refazer devem ser habilitadas. | `boolean` | `true` |
22
- | `value` | `value` | Define o valor HTML do campo. | `string` | `''` |
22
+ | `value` | `value` | Define o valor HTML do campo. | `string` | `undefined` |
23
23
 
24
24
 
25
25
  ## Events
@@ -16,6 +16,7 @@
16
16
  | `enabled` | `enabled` | Se false o usuário não pode interagir com o campo. | `boolean` | `true` |
17
17
  | `ensureClearButtonVisible` | `ensure-clear-button-visible` | Garante que o botão de limpar pesquisa está sempre visível | `boolean` | `false` |
18
18
  | `errorMessage` | `error-message` | Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido. | `string` | `undefined` |
19
+ | `hideDescriptionInput` | `hide-description-input` | Se true o campo de de apresentação não será exibido. | `boolean` | `false` |
19
20
  | `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` |
20
21
  | `ignoreLimitCharsToSearch` | `ignore-limit-chars-to-search` | Define se deve ignorar o limite de caracteres mínimo para realizar uma pesquisa | `boolean` | `false` |
21
22
  | `isTextSearch` | `is-text-search` | Informa se a pesquisa é do tipo texto. | `boolean` | `false` |
@@ -24,12 +25,10 @@
24
25
  | `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
25
26
  | `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument, ctxProperties?: any) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |
26
27
  | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |
27
- | `showMore` | `show-more` | Informa se deve exibir a opção de mostrar mais resultados. | `boolean` | `undefined` |
28
28
  | `showOptionValue` | `show-option-value` | Se false cada opção na lista deve exibir somente o `label`. | `boolean` | `true` |
29
29
  | `showSelectedValue` | `show-selected-value` | Se false a opção selecionada deve exibir somente o `label`. | `boolean` | `true` |
30
30
  | `stopPropagateEnterKeyEvent` | `stop-propagate-enter-key-event` | Se true, ineterrompe a propagação do evento de KeyDown da tecla enter | `boolean` | `false` |
31
31
  | `suppressEmptyOption` | `suppress-empty-option` | Se true remove a opção vazia da lista. | `boolean` | `false` |
32
- | `suppressInputPersist` | `suppress-input-persist` | Informa se o valor da opção selecionada deve persistir no input de texto. | `boolean` | `false` |
33
32
  | `suppressPreLoad` | `suppress-pre-load` | Se true, desabilita pré-load das opções ao carregar componente | `boolean` | `true` |
34
33
  | `suppressSearch` | `suppress-search` | Se true desabilita a digitação dentro do componente. | `boolean` | `false` |
35
34
  | `value` | `value` | Define o valor do campo. | `IOption \| string` | `undefined` |
@@ -37,9 +36,10 @@
37
36
 
38
37
  ## Events
39
38
 
40
- | Event | Description | Type |
41
- | ---------- | ------------------------------------------------------ | ---------------------- |
42
- | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<IOption>` |
39
+ | Event | Description | Type |
40
+ | --------------- | ------------------------------------------------------ | ---------------------- |
41
+ | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<IOption>` |
42
+ | `ezEmptySearch` | Emitido quando a pesquisa retorna um resultado vazio. | `CustomEvent<string>` |
43
43
 
44
44
 
45
45
  ## Methods
@@ -106,7 +106,6 @@ Type: `Promise<void>`
106
106
 
107
107
  ### Depends on
108
108
 
109
- - [ez-button](../ez-button)
110
109
  - [ez-text-input](../ez-text-input)
111
110
  - [ez-icon](../ez-icon)
112
111
  - [ez-popover-plus](../ez-popover-plus)
@@ -115,12 +114,10 @@ Type: `Promise<void>`
115
114
  ### Graph
116
115
  ```mermaid
117
116
  graph TD;
118
- ez-search --> ez-button
119
117
  ez-search --> ez-text-input
120
118
  ez-search --> ez-icon
121
119
  ez-search --> ez-popover-plus
122
120
  ez-search --> search-list
123
- ez-button --> ez-icon
124
121
  ez-text-input --> ez-tooltip
125
122
  ez-text-input --> ez-icon
126
123
  ez-popover-plus --> ez-popover-core
@@ -37,9 +37,10 @@
37
37
 
38
38
  ## Events
39
39
 
40
- | Event | Description | Type |
41
- | ---------- | ------------------------------------------------------ | ---------------------- |
42
- | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<IOption>` |
40
+ | Event | Description | Type |
41
+ | --------------- | -------------------------------------------------------- | ---------------------- |
42
+ | `ezChange` | Emitido quando acontece a alteração de valor do campo. | `CustomEvent<IOption>` |
43
+ | `ezEmptySearch` | Emitido quando a pesquisa retorna um resultado inválido. | `CustomEvent<string>` |
43
44
 
44
45
 
45
46
  ## Methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "7.1.0-dev.8",
3
+ "version": "7.1.0",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [