mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Build update
This commit is contained in:
Vendored
+5
@@ -3,6 +3,11 @@ import PhysicalKeyboard from "../services/PhysicalKeyboard";
|
||||
import Utilities from "../services/Utilities";
|
||||
import { KeyboardOptions, KeyboardInput, KeyboardButtonElements, KeyboardHandlerEvent, KeyboardElement } from "../interfaces";
|
||||
import CandidateBox from "./CandidateBox";
|
||||
declare global {
|
||||
interface Window {
|
||||
SimpleKeyboardInstances: any;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Root class for simple-keyboard.
|
||||
* This class:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.7.90
|
||||
* simple-keyboard v3.7.91
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.7.90
|
||||
* simple-keyboard v3.7.91
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.7.90 (index.modern.esm.js - Modern Browsers bundle, ESM output)
|
||||
* simple-keyboard v3.7.91 (index.modern.esm.js - Modern Browsers bundle, ESM output)
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.7.90 (index.modern.js - Modern Browsers bundle)
|
||||
* simple-keyboard v3.7.91 (index.modern.js - Modern Browsers bundle)
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
||||
|
||||
File diff suppressed because one or more lines are too long
Vendored
+2
-4
@@ -1,4 +1,2 @@
|
||||
export declare const getDefaultLayout: () => {
|
||||
default: string[];
|
||||
shift: string[];
|
||||
};
|
||||
import { KeyboardLayoutObject } from "../interfaces";
|
||||
export declare const getDefaultLayout: () => KeyboardLayoutObject;
|
||||
|
||||
Reference in New Issue
Block a user