mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/types-android",
|
||||
"version": "8.4.0",
|
||||
"version": "8.5.0",
|
||||
"description": "NativeScript Types for Android.",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/types-ios",
|
||||
"version": "8.4.0",
|
||||
"version": "8.5.0",
|
||||
"description": "NativeScript Types for iOS.",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/types-minimal",
|
||||
"version": "8.4.0",
|
||||
"version": "8.5.0",
|
||||
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
|
||||
@@ -5835,7 +5835,9 @@ declare const enum UICalendarViewDecorationSize {
|
||||
|
||||
interface UICalendarViewDelegate extends NSObjectProtocol {
|
||||
|
||||
calendarViewDecorationForDateComponents(calendarView: UICalendarView, dateComponents: NSDateComponents): UICalendarViewDecoration;
|
||||
calendarViewDecorationForDateComponents?(calendarView: UICalendarView, dateComponents: NSDateComponents): UICalendarViewDecoration;
|
||||
|
||||
calendarViewDidChangeVisibleDateComponentsFrom?(calendarView: UICalendarView, previousDateComponents: NSDateComponents): void;
|
||||
}
|
||||
declare var UICalendarViewDelegate: {
|
||||
|
||||
@@ -24087,7 +24089,7 @@ declare class UIView extends UIResponder implements CALayerDelegate, NSCoding, U
|
||||
|
||||
layoutSubviews(): void;
|
||||
|
||||
nativeScriptSetFormattedTextDecorationAndTransform(details: NSDictionary<any, any>): void;
|
||||
nativeScriptSetFormattedTextDecorationAndTransformLetterSpacingLineHeight(details: NSDictionary<any, any>, letterSpacing: number, lineHeight: number): void;
|
||||
|
||||
nativeScriptSetTextDecorationAndTransformTextDecorationLetterSpacingLineHeight(text: string, textDecoration: string, letterSpacing: number, lineHeight: number): void;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/types",
|
||||
"version": "8.4.0",
|
||||
"version": "8.5.0",
|
||||
"description": "NativeScript Types for all supported platforms.",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
@@ -12,7 +12,7 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@nativescript/types-ios": "~8.4.0",
|
||||
"@nativescript/types-android": "~8.4.0"
|
||||
"@nativescript/types-ios": "~8.5.0",
|
||||
"@nativescript/types-android": "~8.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user