@aws/mynah-ui
Advanced tools
Comparing version 4.23.0-beta.12 to 4.23.0-beta.13
@@ -40,7 +40,13 @@ import { ExtendedHTMLElement } from '../../../helper/dom'; | ||
readonly deleteTextRange: (position: number, endPosition: number) => void; | ||
readonly getCursorLine: () => { | ||
/** | ||
* Returns the cursorLine, totalLines and if the cursor is at the beginning or end of the whole text | ||
* @returns {cursorLine: number, totalLines: number, isAtTheBeginning: boolean, isAtTheEnd: boolean} | ||
*/ | ||
readonly getCursorPosition: () => { | ||
cursorLine: number; | ||
totalLines: number; | ||
isAtTheBeginning: boolean; | ||
isAtTheEnd: boolean; | ||
}; | ||
readonly getUsedContext: () => QuickActionCommand[]; | ||
} |
{ | ||
"name": "@aws/mynah-ui", | ||
"displayName": "AWS Mynah UI", | ||
"version": "4.23.0-beta.12", | ||
"version": "4.23.0-beta.13", | ||
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI", | ||
@@ -6,0 +6,0 @@ "publisher": "Amazon Web Services", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
28539837
9605