@sankhyalabs/core-docs 0.0.0-feat-dev-KB-22227.2 → 0.0.0-feat-dev-KB-22227.3

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.
@@ -53,17 +53,17 @@ ___
53
53
 
54
54
  ### debounceLeading
55
55
 
56
- ▸ `Static` **debounceLeading**(`callback`, `timeout`, `context?`): `VoidFunction`
56
+ ▸ `Static` **debounceLeading**(`callback`, `timeout?`, `context?`): `VoidFunction`
57
57
 
58
58
  Método responsável por executar uma função e ignorar as outras posteriores até o tempo especificado.
59
59
 
60
60
  #### Parameters
61
61
 
62
- | Name | Type | Description |
63
- | :------ | :------ | :------ |
64
- | `callback` | `Function` | Função a ser invocada |
65
- | `timeout` | `number` | Quantidade de tempo para aguardar antes de invocar novamente |
66
- | `context?` | `any` | O contexto atual |
62
+ | Name | Type | Default value | Description |
63
+ | :------ | :------ | :------ | :------ |
64
+ | `callback` | `Function` | `undefined` | Função a ser invocada |
65
+ | `timeout` | `number` | `300` | Quantidade de tempo para aguardar antes de invocar novamente |
66
+ | `context?` | `any` | `undefined` | O contexto atual |
67
67
 
68
68
  #### Returns
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "0.0.0-feat-dev-KB-22227.2",
3
+ "version": "0.0.0-feat-dev-KB-22227.3",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [