@nativescript/types-android
Advanced tools
Comparing version 8.7.0 to 8.8.0
@@ -295,8 +295,5 @@ declare module org { | ||
public addRow(itemSpec: ItemSpec): void; | ||
public addColumn(itemSpec: ItemSpec): void; | ||
public addRow(value: number, type: org.nativescript.widgets.GridUnitType): void; | ||
public addColumn(value: number, type: org.nativescript.widgets.GridUnitType): void; | ||
public removeRow(itemSpec: ItemSpec): void; | ||
public removeColumn(itemSpec: ItemSpec): void; | ||
public removeRowAt(index: number): void; | ||
@@ -307,2 +304,12 @@ public removeColumnAt(index: number): void; | ||
public getRows(): Array<ItemSpec>; | ||
public clearRows(); | ||
public clearColumns(); | ||
public reset(); | ||
public addRowsFromJSON(value: string); | ||
public addColumnsFromJSON(value: string); | ||
public addRowsAndColumnsFromJSON(rows: string, columns: string); | ||
public getRowActualLength(index: number): number; // for testing purpose | ||
public getColumnActualLength(index: number): number; // for testing purpose | ||
} | ||
@@ -309,0 +316,0 @@ |
{ | ||
"name": "@nativescript/types-android", | ||
"version": "8.7.0", | ||
"version": "8.8.0", | ||
"description": "NativeScript Types for Android.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132831569
472013