mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°8772 - Form dependencies manager implementation
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
This commit is contained in:
12
node_modules/tom-select/dist/esm/constants.d.ts
generated
vendored
Normal file
12
node_modules/tom-select/dist/esm/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export declare const KEY_A = 65;
|
||||
export declare const KEY_RETURN = 13;
|
||||
export declare const KEY_ESC = 27;
|
||||
export declare const KEY_LEFT = 37;
|
||||
export declare const KEY_UP = 38;
|
||||
export declare const KEY_RIGHT = 39;
|
||||
export declare const KEY_DOWN = 40;
|
||||
export declare const KEY_BACKSPACE = 8;
|
||||
export declare const KEY_DELETE = 46;
|
||||
export declare const KEY_TAB = 9;
|
||||
export declare const IS_MAC: boolean;
|
||||
export declare const KEY_SHORTCUT: string;
|
||||
Reference in New Issue
Block a user