@gedit/keyboard
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -19,3 +19,3 @@ /******************************************************************************** | ||
import { LocalStorageService } from '@gedit/storage'; | ||
export declare type KeyboardLayoutSource = 'navigator.keyboard' | 'user-choice' | 'pressed-keys'; | ||
export type KeyboardLayoutSource = 'navigator.keyboard' | 'user-choice' | 'pressed-keys'; | ||
export declare class BrowserKeyboardLayoutProvider implements KeyboardLayoutProvider, KeyboardLayoutChangeNotifier, KeyValidator { | ||
@@ -103,4 +103,4 @@ protected readonly logger: Logger; | ||
} | ||
declare type KeyboardLayoutMap = Map<string, string>; | ||
type KeyboardLayoutMap = Map<string, string>; | ||
export {}; | ||
//# sourceMappingURL=browser-keyboard-layout-provider.d.ts.map |
@@ -16,3 +16,3 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export declare type KeySequence = KeyCode[]; | ||
export type KeySequence = KeyCode[]; | ||
export declare namespace KeySequence { | ||
@@ -265,3 +265,3 @@ function equals(a: KeySequence, b: KeySequence): boolean; | ||
} | ||
export declare type KeysOrKeyCodes = Key | KeyCode | (Key | KeyCode)[]; | ||
export type KeysOrKeyCodes = Key | KeyCode | (Key | KeyCode)[]; | ||
export declare namespace KeysOrKeyCodes { | ||
@@ -268,0 +268,0 @@ const toKeyCode: (keyOrKeyCode: Key | KeyCode) => KeyCode; |
{ | ||
"name": "@gedit/keyboard", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -12,5 +12,5 @@ "main": "lib/index", | ||
"dependencies": { | ||
"@gedit/command": "^0.2.7", | ||
"@gedit/storage": "^0.2.7", | ||
"@gedit/utils": "^0.2.7" | ||
"@gedit/command": "^0.2.8", | ||
"@gedit/storage": "^0.2.8", | ||
"@gedit/utils": "^0.2.8" | ||
}, | ||
@@ -32,3 +32,3 @@ "geditExtensions": [ | ||
}, | ||
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a" | ||
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
390798
Updated@gedit/command@^0.2.8
Updated@gedit/storage@^0.2.8
Updated@gedit/utils@^0.2.8