@sankhyalabs/sankhyablocks-docs 8.8.7 → 8.8.9-rc.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.
@@ -18,6 +18,26 @@
18
18
 
19
19
  ## Methods
20
20
 
21
+ ### `addFilterItem(filterItem: SnkFilterItemConfig) => Promise<void>`
22
+
23
+ Adiciona um item de filtro.
24
+
25
+ #### Returns
26
+
27
+ Type: `Promise<void>`
28
+
29
+
30
+
31
+ ### `getFilterItem(id: string) => Promise<SnkFilterItemConfig | undefined>`
32
+
33
+ Retorna um item de filtro pelo ID.
34
+
35
+ #### Returns
36
+
37
+ Type: `Promise<SnkFilterItemConfig>`
38
+
39
+
40
+
21
41
  ### `reload() => Promise<void>`
22
42
 
23
43
  Faz o recarregamento da filterbar buscando o state no servidor.
@@ -28,6 +48,16 @@ Type: `Promise<void>`
28
48
 
29
49
 
30
50
 
51
+ ### `updateFilterItem(newFilterItem: SnkFilterItemConfig) => Promise<void>`
52
+
53
+ Atualiza um item do filtro.
54
+
55
+ #### Returns
56
+
57
+ Type: `Promise<void>`
58
+
59
+
60
+
31
61
 
32
62
  ## Dependencies
33
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks-docs",
3
- "version": "8.8.7",
3
+ "version": "8.8.9-rc.1",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [