UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

87 lines (86 loc) 7.43 kB
export {getJumpTokenPos} from "../../../textFields/interaction/getJumpTokenPos"; export {copyText} from "../../../textFields/interaction/copyText"; export {AdvancedTextEditCommand} from "../../../textFields/interaction/advanced/AdvancedTextEditCommand"; export {IndentTextCommand} from "../../../textFields/interaction/advanced/IndentTextCommand"; export {CompoundTextEditCommand} from "../../../textFields/interaction/commands/CompoundTextEditCommand"; export {InsertTextCommand} from "../../../textFields/interaction/commands/InsertTextCommand"; export {JumpCursorCommand} from "../../../textFields/interaction/commands/JumpCursorCommand"; export {MoveCursorHorizontalCommand} from "../../../textFields/interaction/commands/MoveCursorHorizontalCommand"; export {PasteTextCommand} from "../../../textFields/interaction/commands/PasteTextCommand"; export {MoveCursorVerticalCommand} from "../../../textFields/interaction/commands/MoveCursorVerticalCommand"; export {RemoveTextCommand} from "../../../textFields/interaction/commands/RemoveTextCommand"; export {retrieveArgument} from "../../../textFields/interaction/commands/retrieveArgument"; export {TextEditCommand, standardTextResource} from "../../../textFields/interaction/commands/TextEditCommand"; export {createStandardTextFieldKeyHandler} from "../../../textFields/interaction/keyHandler/createStandardTextFieldKeyHandler"; export {handleCharacterInput} from "../../../textFields/interaction/keyHandler/handleCharacterInput"; export {handleHorizontalCursorInput} from "../../../textFields/interaction/keyHandler/handleHorizontalCursorInput"; export {handleCopyPasteInput} from "../../../textFields/interaction/keyHandler/handleCopyPasteInput"; export {handleNewlineInput} from "../../../textFields/interaction/keyHandler/handleNewlineInput"; export {handleCursorJumpInput} from "../../../textFields/interaction/keyHandler/handleCursorJumpInput"; export {handleVerticalCursorInput} from "../../../textFields/interaction/keyHandler/handleVerticalCursorInput"; export {handleRemovalInput} from "../../../textFields/interaction/keyHandler/handleRemovalInput"; export {isFieldControlsSettingsFolder} from "../../../textFields/interaction/keyHandler/isFieldControlsSettingsFolder"; export {setupModifierCatcherHandler} from "../../../textFields/interaction/keyHandler/setupModifierCatcherHandler"; export {createAdvancedTextFieldKeyHandler} from "../../../textFields/interaction/advanced/keyhandler/createAdvancedTextFieldKeyHandler"; export {handleIndentInput} from "../../../textFields/interaction/advanced/keyhandler/handleIndentInput"; export {createUndoableTextFieldKeyHandler, shouldTextCommandsMerge} from "../../../textFields/interaction/advanced/keyhandler/createUndoableTextFieldKeyHandler"; export {isTextEditCommand} from "../../../textFields/interaction/commands/_types/ITextEditCommand"; import {getJumpTokenPos} from "../../../textFields/interaction/getJumpTokenPos"; import {copyText} from "../../../textFields/interaction/copyText"; import {AdvancedTextEditCommand} from "../../../textFields/interaction/advanced/AdvancedTextEditCommand"; import {IndentTextCommand} from "../../../textFields/interaction/advanced/IndentTextCommand"; import {CompoundTextEditCommand} from "../../../textFields/interaction/commands/CompoundTextEditCommand"; import {InsertTextCommand} from "../../../textFields/interaction/commands/InsertTextCommand"; import {JumpCursorCommand} from "../../../textFields/interaction/commands/JumpCursorCommand"; import {MoveCursorHorizontalCommand} from "../../../textFields/interaction/commands/MoveCursorHorizontalCommand"; import {PasteTextCommand} from "../../../textFields/interaction/commands/PasteTextCommand"; import {MoveCursorVerticalCommand} from "../../../textFields/interaction/commands/MoveCursorVerticalCommand"; import {RemoveTextCommand} from "../../../textFields/interaction/commands/RemoveTextCommand"; import {retrieveArgument} from "../../../textFields/interaction/commands/retrieveArgument"; import {TextEditCommand, standardTextResource} from "../../../textFields/interaction/commands/TextEditCommand"; import {createStandardTextFieldKeyHandler} from "../../../textFields/interaction/keyHandler/createStandardTextFieldKeyHandler"; import {handleCharacterInput} from "../../../textFields/interaction/keyHandler/handleCharacterInput"; import {handleHorizontalCursorInput} from "../../../textFields/interaction/keyHandler/handleHorizontalCursorInput"; import {handleCopyPasteInput} from "../../../textFields/interaction/keyHandler/handleCopyPasteInput"; import {handleNewlineInput} from "../../../textFields/interaction/keyHandler/handleNewlineInput"; import {handleCursorJumpInput} from "../../../textFields/interaction/keyHandler/handleCursorJumpInput"; import {handleVerticalCursorInput} from "../../../textFields/interaction/keyHandler/handleVerticalCursorInput"; import {handleRemovalInput} from "../../../textFields/interaction/keyHandler/handleRemovalInput"; import {isFieldControlsSettingsFolder} from "../../../textFields/interaction/keyHandler/isFieldControlsSettingsFolder"; import {setupModifierCatcherHandler} from "../../../textFields/interaction/keyHandler/setupModifierCatcherHandler"; import {createAdvancedTextFieldKeyHandler} from "../../../textFields/interaction/advanced/keyhandler/createAdvancedTextFieldKeyHandler"; import {handleIndentInput} from "../../../textFields/interaction/advanced/keyhandler/handleIndentInput"; import {createUndoableTextFieldKeyHandler, shouldTextCommandsMerge} from "../../../textFields/interaction/advanced/keyhandler/createUndoableTextFieldKeyHandler"; import {isTextEditCommand} from "../../../textFields/interaction/commands/_types/ITextEditCommand"; declare const __default: { getJumpTokenPos: typeof getJumpTokenPos, copyText: typeof copyText, AdvancedTextEditCommand: typeof AdvancedTextEditCommand, IndentTextCommand: typeof IndentTextCommand, CompoundTextEditCommand: typeof CompoundTextEditCommand, InsertTextCommand: typeof InsertTextCommand, JumpCursorCommand: typeof JumpCursorCommand, MoveCursorHorizontalCommand: typeof MoveCursorHorizontalCommand, PasteTextCommand: typeof PasteTextCommand, MoveCursorVerticalCommand: typeof MoveCursorVerticalCommand, RemoveTextCommand: typeof RemoveTextCommand, retrieveArgument: typeof retrieveArgument, TextEditCommand: typeof TextEditCommand, standardTextResource: typeof standardTextResource, createStandardTextFieldKeyHandler: typeof createStandardTextFieldKeyHandler, handleCharacterInput: typeof handleCharacterInput, handleHorizontalCursorInput: typeof handleHorizontalCursorInput, handleCopyPasteInput: typeof handleCopyPasteInput, handleNewlineInput: typeof handleNewlineInput, handleCursorJumpInput: typeof handleCursorJumpInput, handleVerticalCursorInput: typeof handleVerticalCursorInput, handleRemovalInput: typeof handleRemovalInput, isFieldControlsSettingsFolder: typeof isFieldControlsSettingsFolder, setupModifierCatcherHandler: typeof setupModifierCatcherHandler, createAdvancedTextFieldKeyHandler: typeof createAdvancedTextFieldKeyHandler, handleIndentInput: typeof handleIndentInput, createUndoableTextFieldKeyHandler: typeof createUndoableTextFieldKeyHandler, shouldTextCommandsMerge: typeof shouldTextCommandsMerge, isTextEditCommand: typeof isTextEditCommand } export default __default;