simple-keyboard
Advanced tools
Comparing version 3.7.90 to 3.7.92
@@ -6,2 +6,7 @@ import "./css/Keyboard.css"; | ||
import CandidateBox from "./CandidateBox"; | ||
declare global { | ||
interface Window { | ||
SimpleKeyboardInstances: any; | ||
} | ||
} | ||
/** | ||
@@ -45,3 +50,3 @@ * Root class for simple-keyboard. | ||
* Creates an instance of SimpleKeyboard | ||
* @param {Array} params If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object. | ||
* @param {Array} selectorOrOptions If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object. | ||
*/ | ||
@@ -48,0 +53,0 @@ constructor(selectorOrOptions?: string | HTMLDivElement | KeyboardOptions, keyboardOptions?: KeyboardOptions); |
/*! | ||
* | ||
* simple-keyboard v3.7.90 (index.modern.esm.js - Modern Browsers bundle, ESM output) | ||
* simple-keyboard v3.7.92 (index.modern.esm.js - Modern Browsers bundle, ESM output) | ||
* https://github.com/hodgef/simple-keyboard | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* simple-keyboard v3.7.90 (index.modern.js - Modern Browsers bundle) | ||
* simple-keyboard v3.7.92 (index.modern.js - Modern Browsers bundle) | ||
* https://github.com/hodgef/simple-keyboard | ||
@@ -5,0 +5,0 @@ * |
@@ -1,4 +0,2 @@ | ||
export declare const getDefaultLayout: () => { | ||
default: string[]; | ||
shift: string[]; | ||
}; | ||
import { KeyboardLayoutObject } from "../interfaces"; | ||
export declare const getDefaultLayout: () => KeyboardLayoutObject; |
{ | ||
"name": "simple-keyboard", | ||
"version": "3.7.90", | ||
"version": "3.7.92", | ||
"description": "On-screen Javascript Virtual Keyboard", | ||
@@ -13,4 +13,3 @@ "main": "build/index.js", | ||
"coverage": "npm run test -- --coverage", | ||
"prepare": "npm run build", | ||
"trypublish": "npm publish || true" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -17,0 +16,0 @@ "repository": { |
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
510341
1190