virtual-keyboard-angular
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -288,2 +288,7 @@ import { AfterViewInit, ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core'; | ||
getVK_Height(): number; | ||
/** | ||
* This method execute when we typing on VK and We making 'accept' or we dispatch 'document:click'. | ||
* This method responsible to making the validation process if his declare and to modify the new input text | ||
*/ | ||
startAcceptingProcess(): void; | ||
keyaction: { | ||
@@ -290,0 +295,0 @@ accept: () => boolean; |
{ | ||
"name": "virtual-keyboard-angular", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
643159
5757