@uirouter/core
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -26,3 +26,3 @@ import { HookResult, TransitionOptions } from '../transition/interface'; | ||
*/ | ||
get transition(): Transition; | ||
transition: Transition; | ||
/** | ||
@@ -33,3 +33,3 @@ * The latest successful state parameters | ||
*/ | ||
get params(): StateParams; | ||
params: StateParams; | ||
/** | ||
@@ -40,3 +40,3 @@ * The current [[StateDeclaration]] | ||
*/ | ||
get current(): StateDeclaration; | ||
current: StateDeclaration; | ||
/** | ||
@@ -47,3 +47,3 @@ * The current [[StateObject]] | ||
*/ | ||
get $current(): StateObject; | ||
$current: StateObject; | ||
/** @internalapi */ | ||
@@ -50,0 +50,0 @@ constructor(/** @hidden */ router: UIRouter); |
@@ -71,3 +71,3 @@ import { UrlMatcher } from './urlMatcher'; | ||
/** @deprecated use [[UrlService.interceptDeferred]]*/ | ||
get interceptDeferred(): boolean; | ||
interceptDeferred: boolean; | ||
/** @deprecated use [[UrlService.match]]*/ | ||
@@ -74,0 +74,0 @@ match: (urlParts: UrlParts) => MatchResult; |
@@ -26,3 +26,3 @@ import { HookResult, TransitionOptions } from '../transition/interface'; | ||
*/ | ||
get transition(): Transition; | ||
transition: Transition; | ||
/** | ||
@@ -33,3 +33,3 @@ * The latest successful state parameters | ||
*/ | ||
get params(): StateParams; | ||
params: StateParams; | ||
/** | ||
@@ -40,3 +40,3 @@ * The current [[StateDeclaration]] | ||
*/ | ||
get current(): StateDeclaration; | ||
current: StateDeclaration; | ||
/** | ||
@@ -47,3 +47,3 @@ * The current [[StateObject]] | ||
*/ | ||
get $current(): StateObject; | ||
$current: StateObject; | ||
/** @internalapi */ | ||
@@ -50,0 +50,0 @@ constructor(/** @hidden */ router: UIRouter); |
@@ -71,3 +71,3 @@ import { UrlMatcher } from './urlMatcher'; | ||
/** @deprecated use [[UrlService.interceptDeferred]]*/ | ||
get interceptDeferred(): boolean; | ||
interceptDeferred: boolean; | ||
/** @deprecated use [[UrlService.match]]*/ | ||
@@ -74,0 +74,0 @@ match: (urlParts: UrlParts) => MatchResult; |
{ | ||
"name": "@uirouter/core", | ||
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "clean": "shx rm -rf lib lib-esm _bundles .cache _doc", |
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
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
4577606