virtual-keyboard-angular
Advanced tools
Comparing version 0.0.32 to 0.0.33
import { ElementRef } from '@angular/core'; | ||
import { KeyboardLayout, VirtualKeyboardEventsService, SearchResultService, SearchResultItem, Position } from "../../../public-api"; | ||
import { KeyboardLayout, VirtualKeyboardEventsService, SearchResultService, SearchResultItem, Position, VirtualKeyboardComponent } from "../../../public-api"; | ||
import * as i0 from "@angular/core"; | ||
@@ -18,2 +18,3 @@ export declare class SearchResultComponent<T> { | ||
search_key_value: string | undefined; | ||
vk: VirtualKeyboardComponent | undefined; | ||
constructor(keyboardEventsService: VirtualKeyboardEventsService, searchResultService: SearchResultService<T>); | ||
@@ -20,0 +21,0 @@ ngAfterViewInit(): void; |
{ | ||
"name": "virtual-keyboard-angular", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"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
616294
5593