UNPKG

941 BSource Map (JSON)View Raw
1{
2 "version": 3,
3 "file": "interface.js",
4 "sourceRoot": "",
5 "sources": [
6 "@uirouter/core/vanilla/interface.ts"
7 ],
8 "names": [],
9 "mappings": "",
10 "sourcesContent": [
11 "import { LocationConfig, LocationServices } from '../common/coreservices';\nimport { UIRouterPlugin } from '../interface';\nimport { $InjectorLike, $QLike } from '../common/index';\n\nexport interface LocationPlugin extends UIRouterPlugin {\n service: LocationServices;\n configuration: LocationConfig;\n}\n\nexport interface ServicesPlugin extends UIRouterPlugin {\n $q: $QLike;\n $injector: $InjectorLike;\n}\n\nexport interface LocationLike {\n hash: string;\n pathname: string;\n search: string;\n}\n\nexport interface HistoryLike {\n back(distance?: any): void;\n forward(distance?: any): void;\n pushState(statedata: any, title?: string, url?: string): void;\n replaceState(statedata: any, title?: string, url?: string): void;\n}\n"
12 ]
13}
\No newline at end of file