@nativescript/types-ios
Advanced tools
Comparing version 8.8.0 to 8.9.0-alpha.0
@@ -110,2 +110,3 @@ /// <reference path="runtime.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!MultipeerConnectivity.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!NSCWinterCG.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!NativeScriptEmbedder.d.ts" /> | ||
@@ -171,2 +172,22 @@ /// <reference path="objc-x86_64/objc!NativeScriptUtils.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_Builtin_stdatomic.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!__wctype.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_assert.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_ctype.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_errno.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_fenv.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_inttypes.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_locale.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_math.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_setjmp.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_signal.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_stdio.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_stdlib.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_string.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_strings.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_sys_select.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_tgmath.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_time.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_wchar.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!_wctype.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!alloca.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!asl.d.ts" /> | ||
@@ -179,2 +200,3 @@ /// <reference path="objc-x86_64/objc!dnssd.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!networkext.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!nl_types.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!notify.d.ts" /> | ||
@@ -185,5 +207,13 @@ /// <reference path="objc-x86_64/objc!nsswiftsupport.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!os_workgroup.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!pthread.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!rpc.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!runetype.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!simd.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!sys_resource.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!sys_select.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!sys_time.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!sys_wait.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!unistd.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!unwind.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!xlocale.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!zlib.d.ts" /> |
@@ -15,2 +15,4 @@ | ||
readonly bluetoothTransportBridgingIdentifier: NSData; | ||
readonly descriptor: ASDiscoveryDescriptor; | ||
@@ -55,5 +57,13 @@ | ||
PickerDidPresent = 42, | ||
PickerDidPresent = 40, | ||
PickerDidDismiss = 45 | ||
PickerDidDismiss = 50, | ||
PickerSetupBridging = 60, | ||
PickerSetupFailed = 70, | ||
PickerSetupPairing = 80, | ||
PickerSetupRename = 90 | ||
} | ||
@@ -79,2 +89,4 @@ | ||
failAuthorizationCompletionHandler(accessory: ASAccessory, completionHandler: (p1: NSError) => void): void; | ||
finishAuthorizationSettingsCompletionHandler(accessory: ASAccessory, settings: ASAccessorySettings, completionHandler: (p1: NSError) => void): void; | ||
@@ -103,2 +115,6 @@ | ||
SSID: string; | ||
bluetoothTransportBridgingIdentifier: NSData; | ||
static readonly defaultSettings: ASAccessorySettings; | ||
} | ||
@@ -143,2 +159,4 @@ | ||
bluetoothRange: ASDiscoveryDescriptorRange; | ||
bluetoothServiceDataBlob: NSData; | ||
@@ -153,2 +171,9 @@ | ||
declare const enum ASDiscoveryDescriptorRange { | ||
Default = 0, | ||
Immediate = 10 | ||
} | ||
/** | ||
@@ -165,2 +190,4 @@ * @since 18.0 | ||
ConnectionFailed = 150, | ||
DiscoveryTimeout = 200, | ||
@@ -172,2 +199,4 @@ | ||
InvalidRequest = 450, | ||
PickerAlreadyActive = 500, | ||
@@ -207,4 +236,2 @@ | ||
allowsRename: boolean; | ||
readonly descriptor: ASDiscoveryDescriptor; | ||
@@ -218,2 +245,4 @@ | ||
setupOptions: ASPickerDisplayItemSetupOptions; | ||
constructor(o: { name: string; productImage: UIImage; descriptor: ASDiscoveryDescriptor; }); | ||
@@ -223,1 +252,10 @@ | ||
} | ||
declare const enum ASPickerDisplayItemSetupOptions { | ||
Rename = 1, | ||
ConfirmAuthorization = 2, | ||
FinishInApp = 4 | ||
} |
@@ -767,4 +767,9 @@ | ||
/** | ||
* @since 18.0 | ||
*/ | ||
declare var kColorSyncTransformUseITU709OETF: string; | ||
/** | ||
* @since 16.1 | ||
*/ | ||
declare var kColorSyncWebSafeColorsProfile: string; |
@@ -1214,5 +1214,2 @@ | ||
/** | ||
* @since 17.0 | ||
*/ | ||
static requestMonitorWithConfigurationCompletion(config: CLMonitorConfiguration, completionHandler: (p1: CLMonitor) => void): void; | ||
@@ -1219,0 +1216,0 @@ |
@@ -35,2 +35,7 @@ | ||
/** | ||
* @since 18.0 | ||
*/ | ||
declare function DNSServiceAttributeSetHostKeyHash(attr: interop.Pointer | interop.Reference<any>, hostkeyhash: number): number; | ||
/** | ||
* @since 16.0 | ||
@@ -182,2 +187,4 @@ */ | ||
declare const kDNSServiceErr_StaleData: number; | ||
declare const kDNSServiceErr_Timeout: number; | ||
@@ -184,0 +191,0 @@ |
@@ -134,2 +134,7 @@ | ||
/** | ||
* @since 18.0 | ||
*/ | ||
declare function MACaptionAppearanceIsCustomized(domain: MACaptionAppearanceDomain): boolean; | ||
/** | ||
* @since 7.0 | ||
@@ -136,0 +141,0 @@ */ |
@@ -318,2 +318,12 @@ | ||
/** | ||
* @since 18.1 | ||
*/ | ||
accessibilityTextInputResponder: UITextInput; | ||
/** | ||
* @since 18.1 | ||
*/ | ||
accessibilityTextInputResponderBlock: () => UITextInput; | ||
/** | ||
* @since 13.0 | ||
@@ -320,0 +330,0 @@ */ |
@@ -139,2 +139,4 @@ | ||
canvasViewDidRefineStrokesWithNewStrokes?(canvasView: PKCanvasView, strokes: NSArray<PKStroke> | PKStroke[], newStrokes: NSArray<any> | any[]): void; | ||
canvasViewDrawingDidChange?(canvasView: PKCanvasView): void; | ||
@@ -141,0 +143,0 @@ } |
@@ -569,2 +569,7 @@ | ||
/** | ||
* @since 18.0 | ||
*/ | ||
declare var kVTCompressionPropertyKey_MaximumRealTimeFrameRate: string; | ||
/** | ||
* @since 16.0 | ||
@@ -724,2 +729,7 @@ */ | ||
/** | ||
* @since 18.0 | ||
*/ | ||
declare var kVTDecompressionPropertyKey_AllowBitstreamToChangeFrameDimensions: string; | ||
/** | ||
* @since 8.0 | ||
@@ -726,0 +736,0 @@ */ |
{ | ||
"name": "@nativescript/types-ios", | ||
"version": "8.8.0", | ||
"version": "8.9.0-alpha.0", | ||
"description": "NativeScript Types for iOS.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13078755
223
316521
1