mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-22 20:20:46 +08:00
Build update
This commit is contained in:
parent
6072468fd2
commit
a45d74721d
5
build/components/Keyboard.d.ts
vendored
5
build/components/Keyboard.d.ts
vendored
@ -3,11 +3,6 @@ import PhysicalKeyboard from "../services/PhysicalKeyboard";
|
|||||||
import Utilities from "../services/Utilities";
|
import Utilities from "../services/Utilities";
|
||||||
import { KeyboardOptions, KeyboardInput, KeyboardButtonElements, KeyboardHandlerEvent, KeyboardElement } from "../interfaces";
|
import { KeyboardOptions, KeyboardInput, KeyboardButtonElements, KeyboardHandlerEvent, KeyboardElement } from "../interfaces";
|
||||||
import CandidateBox from "./CandidateBox";
|
import CandidateBox from "./CandidateBox";
|
||||||
declare global {
|
|
||||||
interface Window {
|
|
||||||
SimpleKeyboardInstances: any;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* Root class for simple-keyboard.
|
* Root class for simple-keyboard.
|
||||||
* This class:
|
* This class:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.95
|
* simple-keyboard v3.7.96
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.95
|
* simple-keyboard v3.7.96
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* 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
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
|
* 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.95 (index.modern.js - Modern Browsers bundle)
|
* simple-keyboard v3.7.96 (index.modern.js - Modern Browsers bundle)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
||||||
|
File diff suppressed because one or more lines are too long
3
build/interfaces.d.ts
vendored
3
build/interfaces.d.ts
vendored
@ -1,5 +1,8 @@
|
|||||||
import SimpleKeyboard from "./components/Keyboard";
|
import SimpleKeyboard from "./components/Keyboard";
|
||||||
import Utilities from "./services/Utilities";
|
import Utilities from "./services/Utilities";
|
||||||
|
export interface SKWindow extends Window {
|
||||||
|
SimpleKeyboardInstances?: any;
|
||||||
|
}
|
||||||
export interface KeyboardLayoutObject {
|
export interface KeyboardLayoutObject {
|
||||||
[key: string]: string[];
|
[key: string]: string[];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user