svelte-guard-history-router
Advanced tools
Comparing version 2.23.3 to 2.23.4
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "2.23.3", | ||
"version": "2.23.4", | ||
"publishConfig": { | ||
@@ -38,3 +38,3 @@ "access": "public" | ||
"documentation": "^13.0.2", | ||
"rollup": "^2.21.0", | ||
"rollup": "^2.22.0", | ||
"rollup-plugin-dev": "^1.1.2", | ||
@@ -41,0 +41,0 @@ "rollup-plugin-svelte": "^5.2.3", |
@@ -154,18 +154,20 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
- [Parameters](#parameters-14) | ||
- [commonAncestor](#commonancestor) | ||
- [Parameters](#parameters-15) | ||
- [propertyMapping](#propertymapping) | ||
- [objectFor](#objectfor) | ||
- [Parameters](#parameters-15) | ||
- [Parameters](#parameters-16) | ||
- [Guard](#guard) | ||
- [enter](#enter-1) | ||
- [Parameters](#parameters-16) | ||
- [Parameters](#parameters-17) | ||
- [leave](#leave-1) | ||
- [Parameters](#parameters-17) | ||
- [Parameters](#parameters-18) | ||
- [redirectGuard](#redirectguard) | ||
- [Parameters](#parameters-18) | ||
- [Parameters](#parameters-19) | ||
- [sequenceGuard](#sequenceguard) | ||
- [Parameters](#parameters-19) | ||
- [Parameters](#parameters-20) | ||
- [parallelGuard](#parallelguard) | ||
- [Parameters](#parameters-20) | ||
- [Parameters](#parameters-21) | ||
- [WaitingGuard](#waitingguard) | ||
- [Parameters](#parameters-21) | ||
- [Parameters](#parameters-22) | ||
@@ -406,3 +408,3 @@ ## Key | ||
- `transition` **[Transition](#transition)** | ||
- `untilRoute` | ||
- `untilRoute` **Route** the common ancestor with the former route | ||
@@ -416,3 +418,3 @@ ### leave | ||
- `transition` **[Transition](#transition)** | ||
- `untilRoute` | ||
- `untilRoute` **Route** the common ancestor with the next route | ||
@@ -429,2 +431,12 @@ ### propertiesFor | ||
### commonAncestor | ||
Find common ancestor with another Route | ||
#### Parameters | ||
- `other` **Route** | ||
Returns **(Route | [undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined))** common ancestor Route between receiver and other | ||
### propertyMapping | ||
@@ -431,0 +443,0 @@ |
Sorry, the diff of this file is not supported yet
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
40785
544
699