@maxtropy/v-components 0.1.17-beta.34 → 0.1.17-beta.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,6 +28,8 @@ export declare const MicroAppList: ({
|
|
|
28
28
|
})[];
|
|
29
29
|
export declare function getBase(): string;
|
|
30
30
|
export declare function getMicroAppBaseRoute(): string;
|
|
31
|
+
export declare function locationAssign(url: string | URL): void;
|
|
32
|
+
export declare function redirectToLogin(): void;
|
|
31
33
|
export declare function microAppRewrite(): void;
|
|
32
34
|
export declare function microAppRouterHandle(router: Router): void;
|
|
33
35
|
declare const _default: {
|
|
@@ -35,5 +37,6 @@ declare const _default: {
|
|
|
35
37
|
getMicroAppBaseRoute: typeof getMicroAppBaseRoute;
|
|
36
38
|
microAppRewrite: typeof microAppRewrite;
|
|
37
39
|
microAppRouterHandle: typeof microAppRouterHandle;
|
|
40
|
+
redirectToLogin: typeof redirectToLogin;
|
|
38
41
|
};
|
|
39
42
|
export default _default;
|
package/package.json
CHANGED
|
File without changes
|