mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
Merge branch 'master' into issue-2621
This commit is contained in:
7
tns-core-modules/declarations.d.ts
vendored
7
tns-core-modules/declarations.d.ts
vendored
@ -111,6 +111,13 @@ declare function Experimental(target: Object, key?: string | symbol, value?: any
|
|||||||
*/
|
*/
|
||||||
declare function JavaProxy(nativeClassName: string): ClassDecorator;
|
declare function JavaProxy(nativeClassName: string): ClassDecorator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Important: Not applicable to Objective-C classes (iOS platform)
|
||||||
|
* Decorates class that extends native Java class
|
||||||
|
* @param interfaces An array of fully-classified Java interface names that the class must implement.
|
||||||
|
*/
|
||||||
|
declare function Interfaces(interfaces: any[]): ClassDecorator;
|
||||||
|
|
||||||
declare function Log(data: any): void;
|
declare function Log(data: any): void;
|
||||||
declare function log(data: any): void;
|
declare function log(data: any): void;
|
||||||
declare function float(num: number): any;
|
declare function float(num: number): any;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tns-core-modules",
|
"name": "tns-core-modules",
|
||||||
"description": "Telerik NativeScript Core Modules",
|
"description": "Telerik NativeScript Core Modules",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"homepage":"https://www.nativescript.org",
|
"homepage":"https://www.nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user