@sankhyalabs/sankhyablocks-docs 0.0.0-hotfix-ga-5173716.0 → 0.0.0-hotfix-ga-KB-32258.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.
@@ -16,6 +16,7 @@
|
|
16
16
|
| `editPersonalizedFilter` | -- | Ação executada ao editart um filtro personalizado | `(id: string) => void` | `undefined` |
|
17
17
|
| `filters` | -- | Filtros a serem apresentados | `SnkFilterItemConfig[]` | `undefined` |
|
18
18
|
| `getMessage` | -- | Usado pra flexibilizar os verbetes e mensagens de acordo com o SnkMessageBuilder. | `(key: string, props?: any) => string` | `undefined` |
|
19
|
+
| `resourceId` | `resource-id` | Nome da configuração. Serve para distinguir várias instâncias do componente. | `string` | `undefined` |
|
19
20
|
|
20
21
|
|
21
22
|
## Dependencies
|