nativescript-iqkeyboardmanager
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -28,2 +28,8 @@ | ||
static new(): IQBarButtonItem; // inherited from NSObject | ||
invocation: NSInvocation; | ||
readonly isSystemItem: boolean; | ||
setTargetAction(target: any, action: string): void; | ||
} | ||
@@ -39,2 +45,4 @@ | ||
canAdjustAdditionalSafeAreaInsets: boolean; | ||
readonly canGoNext: boolean; | ||
@@ -80,2 +88,4 @@ | ||
readonly resignFirstResponderGesture: UITapGestureRecognizer; | ||
shouldFixInteractivePopGestureRecognizer: boolean; | ||
@@ -89,4 +99,8 @@ | ||
shouldShowToolbarPlaceholder: boolean; | ||
shouldToolbarUsesTextFieldTintColor: boolean; | ||
toolbarBarTintColor: UIColor; | ||
toolbarDoneBarButtonItemImage: UIImage; | ||
@@ -150,11 +164,2 @@ | ||
declare const enum IQLayoutGuidePosition { | ||
None = 0, | ||
Top = 1, | ||
Bottom = 2 | ||
} | ||
declare const enum IQPreviousNextDisplayMode { | ||
@@ -227,7 +232,5 @@ | ||
font: UIFont; | ||
selectableTextColor: UIColor; | ||
titleInvocation: NSInvocation; | ||
titleFont: UIFont; | ||
@@ -237,4 +240,2 @@ constructor(o: { title: string; }); | ||
initWithTitle(title: string): this; | ||
setTitleTargetAction(target: any, action: string): void; | ||
} | ||
@@ -260,9 +261,9 @@ | ||
doneImage: UIImage; | ||
doneBarButton: IQBarButtonItem; | ||
doneTitle: string; | ||
nextBarButton: IQBarButtonItem; | ||
title: string; | ||
previousBarButton: IQBarButtonItem; | ||
titleFont: UIFont; | ||
readonly titleBarButton: IQTitleBarButtonItem; | ||
@@ -269,0 +270,0 @@ readonly debugDescription: string; // inherited from NSObjectProtocol |
{ | ||
"name": "nativescript-iqkeyboardmanager", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "NativeScript wrapper of the popular IQKeyboardManager iOS library", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |
Sorry, the diff of this file is not supported yet
14358