simple-keyboard
Advanced tools
Comparing version 3.7.95 to 3.7.96
@@ -6,7 +6,2 @@ import "./css/Keyboard.css"; | ||
import CandidateBox from "./CandidateBox"; | ||
declare global { | ||
interface Window { | ||
SimpleKeyboardInstances: any; | ||
} | ||
} | ||
/** | ||
@@ -13,0 +8,0 @@ * Root class for simple-keyboard. |
/*! | ||
* | ||
* simple-keyboard v3.7.95 (index.modern.esm.js - Modern Browsers bundle, ESM output) | ||
* simple-keyboard v3.7.96 (index.modern.esm.js - Modern Browsers bundle, ESM output) | ||
* https://github.com/hodgef/simple-keyboard | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* simple-keyboard v3.7.95 (index.modern.js - Modern Browsers bundle) | ||
* simple-keyboard v3.7.96 (index.modern.js - Modern Browsers bundle) | ||
* https://github.com/hodgef/simple-keyboard | ||
@@ -5,0 +5,0 @@ * |
import SimpleKeyboard from "./components/Keyboard"; | ||
import Utilities from "./services/Utilities"; | ||
export interface SKWindow extends Window { | ||
SimpleKeyboardInstances?: any; | ||
} | ||
export interface KeyboardLayoutObject { | ||
@@ -4,0 +7,0 @@ [key: string]: string[]; |
{ | ||
"name": "simple-keyboard", | ||
"version": "3.7.95", | ||
"version": "3.7.96", | ||
"description": "On-screen Javascript Virtual Keyboard", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
510340
1188