@sankhyalabs/core-docs 5.20.0-dev.76 → 5.20.0-dev.77
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.
- package/classes/KeyboardManager.md +26 -6
- package/package.json +1 -1
|
@@ -76,7 +76,7 @@ chaves mapeadas com descrições
|
|
|
76
76
|
|
|
77
77
|
#### Source
|
|
78
78
|
|
|
79
|
-
src/utils/KeyboardManager/index.ts:
|
|
79
|
+
src/utils/KeyboardManager/index.ts:154
|
|
80
80
|
|
|
81
81
|
## Methods
|
|
82
82
|
|
|
@@ -156,7 +156,7 @@ Retorna se todas as teclas modificadoras foram aplicadas
|
|
|
156
156
|
|
|
157
157
|
#### Source
|
|
158
158
|
|
|
159
|
-
src/utils/KeyboardManager/index.ts:
|
|
159
|
+
src/utils/KeyboardManager/index.ts:223
|
|
160
160
|
|
|
161
161
|
***
|
|
162
162
|
|
|
@@ -210,7 +210,7 @@ O evento de teclado
|
|
|
210
210
|
|
|
211
211
|
#### Source
|
|
212
212
|
|
|
213
|
-
src/utils/KeyboardManager/index.ts:
|
|
213
|
+
src/utils/KeyboardManager/index.ts:170
|
|
214
214
|
|
|
215
215
|
***
|
|
216
216
|
|
|
@@ -238,7 +238,7 @@ Retorna se o evento de teclado foi disparado e as teclas modificadoras aplicadas
|
|
|
238
238
|
|
|
239
239
|
#### Source
|
|
240
240
|
|
|
241
|
-
src/utils/KeyboardManager/index.ts:
|
|
241
|
+
src/utils/KeyboardManager/index.ts:186
|
|
242
242
|
|
|
243
243
|
***
|
|
244
244
|
|
|
@@ -282,7 +282,27 @@ Chave de mapeamento de teclado.
|
|
|
282
282
|
|
|
283
283
|
#### Source
|
|
284
284
|
|
|
285
|
-
src/utils/KeyboardManager/index.ts:
|
|
285
|
+
src/utils/KeyboardManager/index.ts:126
|
|
286
|
+
|
|
287
|
+
***
|
|
288
|
+
|
|
289
|
+
### unbindAllShortcutKeys()
|
|
290
|
+
|
|
291
|
+
> **unbindAllShortcutKeys**(`listShortcutKeys`?): `void`
|
|
292
|
+
|
|
293
|
+
Remove todos os eventos de teclado ou de uma lista informada
|
|
294
|
+
|
|
295
|
+
#### Parameters
|
|
296
|
+
|
|
297
|
+
• **listShortcutKeys?**: `string`[]
|
|
298
|
+
|
|
299
|
+
#### Returns
|
|
300
|
+
|
|
301
|
+
`void`
|
|
302
|
+
|
|
303
|
+
#### Source
|
|
304
|
+
|
|
305
|
+
src/utils/KeyboardManager/index.ts:115
|
|
286
306
|
|
|
287
307
|
***
|
|
288
308
|
|
|
@@ -308,4 +328,4 @@ Se o evento de teclado deve ser propagado
|
|
|
308
328
|
|
|
309
329
|
#### Source
|
|
310
330
|
|
|
311
|
-
src/utils/KeyboardManager/index.ts:
|
|
331
|
+
src/utils/KeyboardManager/index.ts:259
|