@sankhyalabs/sankhyablocks-docs 8.9.0-dev.2 → 8.9.0-dev.4
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.
@@ -25,6 +25,26 @@
|
|
25
25
|
|
26
26
|
## Methods
|
27
27
|
|
28
|
+
### `addFilterItem(filterItem: SnkFilterItemConfig) => Promise<void>`
|
29
|
+
|
30
|
+
Adiciona um item de filtro.
|
31
|
+
|
32
|
+
#### Returns
|
33
|
+
|
34
|
+
Type: `Promise<void>`
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
### `getFilterItem(id: string) => Promise<SnkFilterItemConfig | undefined>`
|
39
|
+
|
40
|
+
Retorna um item de filtro pelo ID.
|
41
|
+
|
42
|
+
#### Returns
|
43
|
+
|
44
|
+
Type: `Promise<SnkFilterItemConfig>`
|
45
|
+
|
46
|
+
|
47
|
+
|
28
48
|
### `reload() => Promise<void>`
|
29
49
|
|
30
50
|
Faz o recarregamento da filterbar buscando o state no servidor.
|
@@ -35,6 +55,16 @@ Type: `Promise<void>`
|
|
35
55
|
|
36
56
|
|
37
57
|
|
58
|
+
### `updateFilterItem(newFilterItem: SnkFilterItemConfig) => Promise<void>`
|
59
|
+
|
60
|
+
Atualiza um item do filtro.
|
61
|
+
|
62
|
+
#### Returns
|
63
|
+
|
64
|
+
Type: `Promise<void>`
|
65
|
+
|
66
|
+
|
67
|
+
|
38
68
|
|
39
69
|
## Dependencies
|
40
70
|
|