@aurelia/router-lite
Advanced tools
Comparing version 2.0.1-dev.202304151358 to 2.0.1-dev.202304181031
{ | ||
"name": "@aurelia/router-lite", | ||
"version": "2.0.1-dev.202304151358", | ||
"version": "2.0.1-dev.202304181031", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -52,9 +52,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.0.1-dev.202304151358", | ||
"@aurelia/metadata": "2.0.1-dev.202304151358", | ||
"@aurelia/platform": "2.0.1-dev.202304151358", | ||
"@aurelia/platform-browser": "2.0.1-dev.202304151358", | ||
"@aurelia/route-recognizer": "2.0.1-dev.202304151358", | ||
"@aurelia/runtime": "2.0.1-dev.202304151358", | ||
"@aurelia/runtime-html": "2.0.1-dev.202304151358" | ||
"@aurelia/kernel": "2.0.1-dev.202304181031", | ||
"@aurelia/metadata": "2.0.1-dev.202304181031", | ||
"@aurelia/platform": "2.0.1-dev.202304181031", | ||
"@aurelia/platform-browser": "2.0.1-dev.202304181031", | ||
"@aurelia/route-recognizer": "2.0.1-dev.202304181031", | ||
"@aurelia/runtime": "2.0.1-dev.202304181031", | ||
"@aurelia/runtime-html": "2.0.1-dev.202304181031" | ||
}, | ||
@@ -61,0 +61,0 @@ "devDependencies": { |
@@ -10,4 +10,4 @@ import { DI, ILogger } from '@aurelia/kernel'; | ||
export const IBaseHref = DI.createInterface<URL>('IBaseHref'); | ||
export const ILocationManager = DI.createInterface<ILocationManager>('ILocationManager', x => x.singleton(BrowserLocationManager)); | ||
export const IBaseHref = /*@__PURE__*/DI.createInterface<URL>('IBaseHref'); | ||
export const ILocationManager = /*@__PURE__*/DI.createInterface<ILocationManager>('ILocationManager', x => x.singleton(BrowserLocationManager)); | ||
export interface ILocationManager extends BrowserLocationManager {} | ||
@@ -14,0 +14,0 @@ |
@@ -16,3 +16,3 @@ import { DI } from '@aurelia/kernel'; | ||
export const IRouterOptions = DI.createInterface<Readonly<RouterOptions>>('RouterOptions'); | ||
export const IRouterOptions = /*@__PURE__*/DI.createInterface<Readonly<RouterOptions>>('RouterOptions'); | ||
export interface IRouterOptions extends Partial<RouterOptions> {} | ||
@@ -19,0 +19,0 @@ export class RouterOptions { |
@@ -60,3 +60,3 @@ import { | ||
export interface IRouteContext extends RouteContext { } | ||
export const IRouteContext = DI.createInterface<IRouteContext>('IRouteContext'); | ||
export const IRouteContext = /*@__PURE__*/DI.createInterface<IRouteContext>('IRouteContext'); | ||
@@ -63,0 +63,0 @@ type PathGenerationResult = { vi: ViewportInstruction; query: Params }; |
@@ -39,3 +39,3 @@ import { DI, IEventAggregator, IDisposable, ILogger } from '@aurelia/kernel'; | ||
export const IRouterEvents = DI.createInterface<IRouterEvents>('IRouterEvents', x => x.singleton(RouterEvents)); | ||
export const IRouterEvents = /*@__PURE__*/DI.createInterface<IRouterEvents>('IRouterEvents', x => x.singleton(RouterEvents)); | ||
export interface IRouterEvents extends RouterEvents {} | ||
@@ -42,0 +42,0 @@ export class RouterEvents implements IRouterEvents { |
@@ -104,3 +104,3 @@ import { isObject } from '@aurelia/metadata'; | ||
export interface IRouter extends Router { } | ||
export const IRouter = DI.createInterface<IRouter>('IRouter', x => x.singleton(Router)); | ||
export const IRouter = /*@__PURE__*/DI.createInterface<IRouter>('IRouter', x => x.singleton(Router)); | ||
export class Router { | ||
@@ -107,0 +107,0 @@ private _ctx: RouteContext | null = null; |
@@ -52,3 +52,3 @@ import { ICustomElementController } from '@aurelia/runtime-html'; | ||
export const IStateManager = DI.createInterface<IStateManager>('IStateManager', x => x.singleton(ScrollStateManager)); | ||
export const IStateManager = /*@__PURE__*/DI.createInterface<IStateManager>('IStateManager', x => x.singleton(ScrollStateManager)); | ||
export interface IStateManager { | ||
@@ -55,0 +55,0 @@ saveState(controller: ICustomElementController): void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1617991
29698
+ Added@aurelia/kernel@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/platform@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/platform-browser@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/route-recognizer@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/runtime-html@2.0.1-dev.202304181031(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/platform@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/platform-browser@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/route-recognizer@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/runtime@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/runtime-html@2.0.1-dev.202304151358(transitive)