conbo-viewnavigator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -32,3 +32,3 @@ import { View, Promise } from 'conbo'; | ||
*/ | ||
private __construct; | ||
protected __construct(options: any): void; | ||
/** | ||
@@ -38,2 +38,5 @@ * @private | ||
private __creationCompleteHandler; | ||
/** | ||
* @private | ||
*/ | ||
private __assignTo; | ||
@@ -40,0 +43,0 @@ /** |
@@ -47,2 +47,5 @@ "use strict"; | ||
}; | ||
/** | ||
* @private | ||
*/ | ||
ViewNavigator.prototype.__assignTo = function (obj) { | ||
@@ -49,0 +52,0 @@ return conbo_1.setDefaults(obj || {}, { |
{ | ||
"name": "conbo-viewnavigator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The ConboJS ViewNavigator component is a container that consists of a collection of View objects, where only the top most view is visible and active", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git@github.com:mesmotronic/conbo-viewstack.git" | ||
"url": "git@github.com:mesmotronic/conbo-viewnavigator.git" | ||
}, | ||
@@ -24,0 +24,0 @@ "readme": "./README.md", |
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
12134
226