@uirouter/angular
Advanced tools
Comparing version 9.0.1 to 9.1.0
@@ -10,3 +10,3 @@ import { UISref, AnchorUISref } from './uiSref'; | ||
/** @internal */ | ||
export declare const _UIROUTER_DIRECTIVES: (typeof UISrefStatus | typeof UISref | typeof UISrefActive | typeof UIView | typeof AnchorUISref)[]; | ||
export declare const _UIROUTER_DIRECTIVES: (typeof UIView | typeof UISref | typeof AnchorUISref | typeof UISrefActive | typeof UISrefStatus)[]; | ||
/** | ||
@@ -17,2 +17,2 @@ * References to the UI-Router directive classes, for use within a @Component's `directives:` property | ||
*/ | ||
export declare const UIROUTER_DIRECTIVES: (typeof UISrefStatus | typeof UISref | typeof UISrefActive | typeof UIView | typeof AnchorUISref)[]; | ||
export declare const UIROUTER_DIRECTIVES: (typeof UIView | typeof UISref | typeof AnchorUISref | typeof UISrefActive | typeof UISrefStatus)[]; |
@@ -5,2 +5,3 @@ import { UIRouter, Obj, TransitionOptions, TargetState } from '@uirouter/core'; | ||
import { ReplaySubject } from 'rxjs'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -16,2 +17,4 @@ * @internal | ||
update(href: string): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorUISref, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorUISref, "a[uiSref]", never, {}, {}, never>; | ||
} | ||
@@ -108,2 +111,4 @@ /** | ||
go(button: number, ctrlKey: boolean, metaKey: boolean): boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<UISref, [null, { optional: true; }, null]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<UISref, "[uiSref]", ["uiSref"], { "state": "uiSref"; "params": "uiParams"; "options": "uiOptions"; }, {}, never>; | ||
} |
import { ElementRef, Renderer2 } from '@angular/core'; | ||
import { UISrefStatus } from './uiSrefStatus'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -89,2 +90,4 @@ * A directive that adds a CSS class when its associated `uiSref` link is active. | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<UISrefActive, [null, null, { host: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefActive, "[uiSrefActive],[uiSrefActiveEq]", never, { "active": "uiSrefActive"; "activeEq": "uiSrefActiveEq"; }, {}, never>; | ||
} |
import { EventEmitter } from '@angular/core'; | ||
import { UISref } from './uiSref'; | ||
import { TargetState, UIRouterGlobals } from '@uirouter/core'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -83,2 +84,4 @@ * UISref status emitted from [[UISrefStatus]] | ||
private _setStatus; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<UISrefStatus, [{ optional: true; host: true; self: true; }, null]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<UISrefStatus, "[uiSrefStatus],[uiSrefActive],[uiSrefActiveEq]", ["uiSrefStatus"], {}, { "uiSrefStatus": "uiSrefStatus"; }, ["_srefs"]>; | ||
} |
import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core'; | ||
import { StateDeclaration, UIRouter, ViewConfig, ViewContext } from '@uirouter/core'; | ||
import * as i0 from "@angular/core"; | ||
/** @internal These are provide()d as the string UIView.PARENT_INJECT */ | ||
@@ -117,2 +118,4 @@ export interface ParentUIViewInject { | ||
private _applyInputBindings; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<UIView, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<UIView, "ui-view, [ui-view]", ["uiView"], { "name": "name"; "_name": "ui-view"; }, {}, never, ["*"]>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "State-based routing for Angular", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"homepage": "https://ui-router.github.io/angular", | ||
@@ -79,13 +79,25 @@ "contributors": [ | ||
}, | ||
"main": "bundles/uirouter-angular.umd.js", | ||
"module": "fesm2015/uirouter-angular.js", | ||
"es2015": "fesm2015/uirouter-angular.js", | ||
"esm2015": "esm2015/uirouter-angular.js", | ||
"fesm2015": "fesm2015/uirouter-angular.js", | ||
"module": "fesm2015/uirouter-angular.mjs", | ||
"es2020": "fesm2020/uirouter-angular.mjs", | ||
"esm2020": "esm2020/uirouter-angular.mjs", | ||
"fesm2020": "fesm2020/uirouter-angular.mjs", | ||
"fesm2015": "fesm2015/uirouter-angular.mjs", | ||
"typings": "uirouter-angular.d.ts", | ||
"metadata": "uirouter-angular.metadata.json", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./uirouter-angular.d.ts", | ||
"esm2020": "./esm2020/uirouter-angular.mjs", | ||
"es2020": "./fesm2020/uirouter-angular.mjs", | ||
"es2015": "./fesm2015/uirouter-angular.mjs", | ||
"node": "./fesm2015/uirouter-angular.mjs", | ||
"default": "./fesm2020/uirouter-angular.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="@uirouter/angular" /> | ||
export * from './index'; |
@@ -5,2 +5,8 @@ import { Ng2StateDeclaration } from './interface'; | ||
import { UrlRuleHandlerFn, TargetState, TargetStateDef, UIRouter, TransitionService } from '@uirouter/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./directives/uiSref"; | ||
import * as i2 from "./directives/uiView"; | ||
import * as i3 from "./directives/uiSrefActive"; | ||
import * as i4 from "./directives/uiSrefStatus"; | ||
import * as i5 from "@angular/common"; | ||
export declare function onTransitionReady(transitionService: TransitionService, root: RootModule[]): () => Promise<unknown>; | ||
@@ -97,2 +103,5 @@ export declare function makeRootProviders(module: RootModule): Provider[]; | ||
static forChild(module?: StatesModule): ModuleWithProviders<UIRouterModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<UIRouterModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<UIRouterModule, [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus], [typeof i5.CommonModule], [typeof i1.UISref, typeof i1.AnchorUISref, typeof i2.UIView, typeof i3.UISrefActive, typeof i4.UISrefStatus]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<UIRouterModule>; | ||
} | ||
@@ -99,0 +108,0 @@ /** |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
61
619335
5874
1
Updatedtslib@^2.3.0